1
0

[info=16339bdc956e5b9fef1268b52513f784]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/distribution-image?expand=0&rev=139
This commit is contained in:
Dan Čermák 2024-05-31 10:33:54 +00:00 committed by Git OBS Bridge
parent 7cfec92f7f
commit a421f27cd8
2 changed files with 6 additions and 1 deletions

View File

@ -31,7 +31,7 @@ mkdir -p /var/lib/docker-registry
Then you can start the container with the following command: Then you can start the container with the following command:
```bash ```bash
podman run -d --restart=always -p 5000:5000 -v /path/to/config.yml:/etc/docker/registry/config.yml \ podman run -d --restart=always -p 5000:5000 -v /path/to/config.yml:/etc/registry/config.yml \
-v /var/lib/docker-registry:/var/lib/docker-registry --name registry registry.opensuse.org/opensuse/registry:%%registry_version%%-%RELEASE% -v /var/lib/docker-registry:/var/lib/docker-registry --name registry registry.opensuse.org/opensuse/registry:%%registry_version%%-%RELEASE%
``` ```

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri May 31 10:03:08 UTC 2024 - Fredrik Lönnegren <fredrik.lonnegren@suse.com>
- Correct configuration path in the README
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 8 16:26:31 UTC 2024 - Dirk Mueller <dmueller@suse.com> Wed May 8 16:26:31 UTC 2024 - Dirk Mueller <dmueller@suse.com>