mirror of https://github.com/docker/docs.git
command error (#2898)
"docker-machine scp myvm1 docker-compose.yml myvm1:~ " is wrong,should "docker-machine scp docker-compose.yml myvm1:~"
This commit is contained in:
parent
e33bd74c5e
commit
6002488423
|
@ -94,7 +94,7 @@ We'll talk more about placement constraints and volumes in a moment. But for
|
|||
now, copy this new `docker-compose.yml` file to the swarm manager, `myvm1`:
|
||||
|
||||
```
|
||||
docker-machine scp myvm1 docker-compose.yml myvm1:~
|
||||
docker-machine scp docker-compose.yml myvm1:~
|
||||
```
|
||||
|
||||
Now just re-run the `docker stack deploy` command on the manager, and whatever
|
||||
|
|
Loading…
Reference in New Issue