摘要: images 是containers的基础。每次使用docker run 命令都要指定image。 列出本地images zane@zane-V:~$ docker images REPOSITORY TAG IMAGE ID CREATED SIZE zane0306/docker-whale l 阅读全文
posted @ 2017-06-07 12:03 Aiapple 阅读(1824) 评论(0) 推荐(0) 编辑
摘要: 安装 docker 目前只支持64位系统 1.下载并安装,简直太方便了 $ curl -fsSL https://get.docker.com/ | sh 用例 1.docker run hello-world $ docker run hello-world Cannot connect to t 阅读全文
posted @ 2017-06-07 11:23 Aiapple 阅读(393) 评论(0) 推荐(0) 编辑
摘要: 运行一个Hello world zane@zane-V:~$ docker run ubuntu /bin/echo 'Hello world' Unable to find image 'ubuntu:latest' locally latest: Pulling from library/ubu 阅读全文
posted @ 2017-06-07 11:04 Aiapple 阅读(3185) 评论(0) 推荐(2) 编辑