I wish podman or docker had an IPFS registry. When dockerhub or quay decide to be slow for whatever reason, then all you can do is sit and wait. With IPFS it would be possible to pull from multiple hosts and even mirror images.
Comment on What open source solutions do you use or want to use?
worldofgeese@lemmy.world 1 year ago
Now that I’ve finished the first draft of an article on setting up rootless Podman on Guix System, I’m using and building out a set of tools to support a new article covering an all Red Hat stack from inner loop to CI.
So far, it’s
- OpenShift for the platform services run
- Podman for my local container engine
- Podman Compose for inner loop development
- Tekton Pipelines for CI
- Shipwright for building container images
onlinepersona@programming.dev 1 year ago
Pyroglyph@lemmy.world 1 year ago
I really want to like Podman Compose but since the very beginning it’s been noticeably tougher to work with than Docker Compose. I get that it’s because it’s just an extra script rather than a first party tool, but still.
worldofgeese@lemmy.world 1 year ago
For something simple that just needs a bind mount like
I haven’t found any issues. Do you have more complex needs?