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:
Xiaodong Dai 2017-04-19 19:21:06 +08:00 committed by John Mulhausen
parent e33bd74c5e
commit 6002488423
1 changed files with 1 additions and 1 deletions

View File

@ -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