Fixing issue identified by customer
Entering Seb's comment Fix the flags Signed-off-by: Mary Anthony <mary@docker.com>
This commit is contained in:
parent
48aac6834a
commit
b0db8d49bd
1 changed files with 9 additions and 9 deletions
|
@ -182,7 +182,7 @@ Now, start your stack:
|
||||||
|
|
||||||
Login with a "push" authorized user (using `testuser` and `testpassword`), then tag and push your first image:
|
Login with a "push" authorized user (using `testuser` and `testpassword`), then tag and push your first image:
|
||||||
|
|
||||||
docker login -p=testuser -u=testpassword -e=root@example.ch myregistrydomain.com:5043
|
docker login -u=testuser -p=testpassword -e=root@example.ch myregistrydomain.com:5043
|
||||||
docker tag ubuntu myregistrydomain.com:5043/test
|
docker tag ubuntu myregistrydomain.com:5043/test
|
||||||
docker push myregistrydomain.com:5043/test
|
docker push myregistrydomain.com:5043/test
|
||||||
docker pull myregistrydomain.com:5043/test
|
docker pull myregistrydomain.com:5043/test
|
||||||
|
|
Loading…
Reference in a new issue