2017-04-27 264 views
0

如果我使用缺少堆棧命令:docker stack deploy -c docker-compose.yml getstartedlab我得到的錯誤:docker: 'stack' is not a docker command. 如果我跑碼頭工人--help是不是真的有這樣的命令:泊塢窗

rmi  Remove one or more images 
run  Run a command in a new container 
save  Save one or more images to a tar archive (streamed to STDOUT by default) 
search Search the Docker Hub for images 
service Manage Docker services 
start  Start one or more stopped containers 
stats  Display a live stream of container(s) resource usage statistics 
stop  Stop one or more running containers 
swarm  Manage Docker Swarm 
tag  Tag an image into a repository 

難道他們改變的方式做這個?我只是下面的網站有 (link to tutorial) 我泊塢窗版本turorial是:

Version:  1.12.6 
API version: 1.24 
Go version: go1.6.3 
Git commit: 78d1802 
Built:  Tue Jan 31 23:47:34 2017 
OS/Arch:  linux/amd64 

回答

1

泊塢窗棧命令在1.13版本推出。 正如您在本教程的先決條件中所看到的那樣: 「安裝Docker版本1.13或更高版本」 您只需將Docker版本從1.12升級到1.13