mirror of https://github.com/docker/docs.git
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:
parent
b1447f8863
commit
37e6e6e187
|
|
@ -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"
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue