Hacker News new | ask | show | jobs
by i386 4429 days ago
Can I publish docker images I create with vagrant to the index? What does that workflow look like?
2 comments

You can "docker push" any binary image to index.docker.io.

However if you don't use a Dockerfile, you won't be able to use the Trusted Build feature, and other users won't be ae to verify which source the image was built from. So your image will remain a second-class cotizen.

shykes: you are shadowbanned for whatever reason.