Hacker News new | ask | show | jobs
by berkes 2142 days ago
> Everything not prefixed with "user/" is a shared namespace which is handled by a team of curators.

The docker "hack" of using `_` is quite a smart hack here, and works well; for me at least. E.g. https://hub.docker.com/_/postgres its clear this is some "official" build.

1 comments

But when you pull it, it's just `docker pull postgres:12`, not `docker pull _/postgres:12`.