mirror of
https://github.com/docker/cli.git
synced 2026-09-24 07:25:07 -05:00
Append --registry-auth with with
`--with-registry-auth` is more explicit. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
committed by
Tibor Vass
parent
6eef41333d
commit
2f9e9bcbaa
@@ -31,7 +31,6 @@ Options:
|
||||
--name string Service name
|
||||
--network value Network attachments (default [])
|
||||
-p, --publish value Publish a port as a node port (default [])
|
||||
--registry-auth Send registry authentication details to swarm agents
|
||||
--replicas value Number of tasks (default none)
|
||||
--reserve-cpu value Reserve CPUs (default 0.000)
|
||||
--reserve-memory value Reserve Memory (default 0 B)
|
||||
@@ -43,6 +42,7 @@ Options:
|
||||
--update-delay duration Delay between updates
|
||||
--update-parallelism uint Maximum number of tasks updated simultaneously
|
||||
-u, --user string Username or UID
|
||||
--with-registry-auth Send registry authentication details to Swarm agents
|
||||
-w, --workdir string Working directory inside the container
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user