mirror of
https://github.com/distribution/distribution.git
synced 2025-09-05 17:01:06 +00:00
Merge pull request #1663 from moxiegirl/fix-flags
Fixing nginx flag issue identified by customer
This commit is contained in:
@@ -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:
|
||||
|
||||
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 push myregistrydomain.com:5043/test
|
||||
docker pull myregistrydomain.com:5043/test
|
||||
|
Reference in New Issue
Block a user