Fix the file name in the command (#2899)

According to the context, this file name is incorrect. The correct file name should be: docker-compose.yml
This commit is contained in:
Xiaodong Dai 2017-04-19 19:46:58 +08:00 committed by John Mulhausen
parent b1447f8863
commit 37e6e6e187
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ the new `docker-compose.yml` file with `docker-machine scp`, and run
```
$ docker-machine ssh myvm1 "mkdir ./data"
$ docker-machine scp compose-file.yml myvm1:~
$ docker-machine scp docker-compose.yml myvm1:~
$ docker-machine ssh myvm1 "docker stack deploy -c docker-compose.yml getstartedlab"
```