mirror of https://github.com/docker/docs.git
Update deploy-app.md (#2557)
Removes an extra '.' in the path when copying the docker-stack.yml with scp
This commit is contained in:
parent
560efd2d06
commit
c72a0d7e27
|
@ -20,7 +20,7 @@ The `docker-stack.yml` file must be located on a manager for the swarm where you
|
|||
2. Copy `docker-stack.yml` from your host machine onto the manager.
|
||||
|
||||
```
|
||||
$ docker-machine scp ~/sandbox/voting-app/docker-stack.yml manager:/home/docker/.
|
||||
$ docker-machine scp ~/sandbox/voting-app/docker-stack.yml manager:/home/docker/
|
||||
docker-stack.yml 100% 1558 1.5KB/s 00:00
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue