This commit is contained in:
Viorel Alexandrescu 2025-04-02 23:07:42 +01:00 committed by GitHub
commit bc460d58b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,7 +67,7 @@ specify it in the `docker run` command:
```bash
$ docker run -d -p 5000:5000 --restart=always --name registry \
-v `pwd`/config.yml:/etc/distribution/config.yml \
-v `pwd`/config.yml:/etc/docker/registry/config.yml \
registry:2
```