Docker tag 命令
Docker 教程
· 2019-02-18 18:28:27
docker tag : 标记本地镜像,将其归入某一仓库。
语法
docker tag [OPTIONS] IMAGE[:TAG] [REGISTRYHOST/][USERNAME/]NAME[:TAG]
实例
将镜像ubuntu:15.10标记为 codercto/ubuntu:v3 镜像。
root@codercto:~# docker tag ubuntu:15.10 codercto/ubuntu:v3 root@codercto:~# docker images codercto/ubuntu:v3 REPOSITORY TAG IMAGE ID CREATED SIZE codercto/ubuntu v3 4e3b13c8a266 3 months ago 136.3 MB
点击查看所有 Docker 教程 文章: https://codercto.com/courses/l/15.html
PHP and MySQL Web Development (3rd Edition) (Developer's Library
Luke Welling、Laura Thomson / Sams / 2004-09-29 / USD 49.99
We've taken the best and made it even better. The third edition of the best-selling PHP and MySQL Web Development has been updated to include material and code on MySQL 5, PHP 5 and on PHPs object mod......一起来看看 《PHP and MySQL Web Development (3rd Edition) (Developer's Library》 这本书的介绍吧!