Update apache.md (#3441)
This commit is contained in:
parent
b9220191fc
commit
2c19d1ca88
@ -193,13 +193,13 @@ Now, start your stack:
|
|||||||
|
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
|
|
||||||
Login with a "push" authorized user (using `testuserpush` and `testpasswordpush`), then tag and push your first image:
|
Log in with a "push" authorized user (using `testuserpush` and `testpasswordpush`), then tag and push your first image:
|
||||||
|
|
||||||
docker login myregistrydomain.com:5043
|
docker login 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
|
||||||
|
|
||||||
Now, login with a "pull-only" user (using `testuser` and `testpassword`), then pull back the image:
|
Now, log in with a "pull-only" user (using `testuser` and `testpassword`), then pull back the image:
|
||||||
|
|
||||||
docker login myregistrydomain.com:5043
|
docker login myregistrydomain.com:5043
|
||||||
docker pull myregistrydomain.com:5043/test
|
docker pull myregistrydomain.com:5043/test
|
||||||
|
Loading…
Reference in New Issue
Block a user