Skip to content

Commit 0e90617

Browse files
committed
运行docker
1 parent 3a4881d commit 0e90617

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ docker 是client+host的结构,其中host只能运行在linux内核中,在ox
77
- ~~第二步,安装DockerToolbox,安装失败,本地需要起一个docker服务,macos【linux能直接运行】需要起一个vm来运行host服务,已安装boot2docker。boot2docker init目前执行失败,尝试用proxychains来代理下载,明天试试vpn。~~
88
- 第一步,从[daocloud](http://get.daocloud.io/)下载Docker ToolBox。安装完成以后可以使用(已经自带了vm和镜像)。
99
- 第二步,找一个node环境的docker镜像,执行docker search node, 发现第一个node镜像,执行docker pull node,把镜像拖到本地。
10+
- 第三步,运行docker,`docker run -i -t node /bin/bash`
11+
12+

0 commit comments

Comments
 (0)