mirror of https://github.com/docker/docs.git
parent
2a790af017
commit
55108f0575
|
@ -360,7 +360,7 @@ And that's it, the app is deployed on a swarm cluster!
|
|||
> ```bash
|
||||
> docker login registry.example.com
|
||||
>
|
||||
> docker stack deploy --with-registry-auth -c docker-compose-yml getstartedlab
|
||||
> docker stack deploy --with-registry-auth -c docker-compose.yml getstartedlab
|
||||
> ```
|
||||
>
|
||||
> This passes the login token from your local client to the swarm nodes where the
|
||||
|
|
Loading…
Reference in New Issue