Running your own docker registry in one line
podman run -d -p 5000:5000 --restart=always --name registry registry:latest
Note
This post is a thought. Itβs a short note that I make about someone elseβs content online #thoughts
!https://blog.nashcom.de/nashcomblog.nsf/dx/k3s-podman-and-a-registry.htm
Running your own docker registry in one line
podman run -d -p 5000:5000 --restart=always --name registry registry:latest
Note
This post is a thought. Itβs a short note that I make about someone elseβs content online #thoughts