1
0
mirror of https://github.com/quay/quay.git synced 2025-04-18 10:44:06 +03:00

Update quick-local-deployment.md (#1765)

This commit is contained in:
fkaanoz 2023-03-09 18:05:38 +03:00 committed by GitHub
parent 4d1989cc8d
commit 6f27e60f2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,10 +70,10 @@ The ConfigTool resides on the Quay image and lets you generate Quay configuratio
We run the Quay image with runtime flags set to launch ConfigTool accepting the password 'secret':
```
$ sudo podman run --rm -it --name quay_config -p 8443:8443 quay.io/projectquay/quay config secret
$ sudo podman run --rm -it --name quay_config -p 8080:8080 quay.io/projectquay/quay config secret
```
1. Open https://localhost:8443 in browser
1. Open https://localhost:8080 in browser
1. Log in with quayconfig/secret
1. Start New Registry Setup