stilleshan/registry-proxy.

714 1 arm64 amd64

Build Information

General build information for this image

Docker Hub stilleshan/registry-proxy
Build Time 11 Apr 2022 11:58:39
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 2022-04-11 11 Apr 2022 at 11:58:39

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  registry-proxy:
    image: stilleshan/registry-proxy:2022-04-11
    container_name: registry-proxy
    restart: no

CLI

docker create \
  --name=registry-proxy \  --restart no \
  stilleshan/registry-proxy:2022-04-11