|
|
|
|
|
by m463
699 days ago
|
|
I've always hated the docker model of the image namespace. It's like those cloud-based routers you can buy. Docker actively prevents you from having a private repo. They don't want you to point away from their cloud. Redhat understood this and podman allows you to have a private docker infrastructure, disconnected from docker hub. For my personal stuff, I would like to use "FROM scratch" and build my personal containers in my own ecosystem. |
|
In what ways? I use private repos daily with no issues.