obbeel to Technology@lemmy.worldEnglish · 6 hours agoFormer Oracle Cloud exec Don Johnson takes over as Docker's new CEO | TechCrunchtechcrunch.comexternal-linkmessage-square12fedilinkarrow-up170arrow-down12
arrow-up168arrow-down1external-linkFormer Oracle Cloud exec Don Johnson takes over as Docker's new CEO | TechCrunchtechcrunch.comobbeel to Technology@lemmy.worldEnglish · 6 hours agomessage-square12fedilink
minus-squareotto@sh.itjust.workslinkfedilinkEnglisharrow-up11·5 hours agoSo… Is there an alternative to docker?
minus-squaremadnificent@lemmy.worldlinkfedilinkEnglisharrow-up16·5 hours agoThe Docker runtime is probably ok as it is a tool instead of a community. The registry has a community aspect and is where we’ll likely see exploitation of vendor lock in. Luckily Docker was grounded well and you can set up your own registry.
minus-squareParetoOptimalDev@lemmy.todaylinkfedilinkEnglisharrow-up3·edit-24 hours agohttps://devenv.sh/ Note this also builds oci compatible containers you can run with podman, kubernetes, etc. It lets you develop on bare metal in an environment the same as the docker container and is reproducible rather than just repeatable.
So… Is there an alternative to docker?
Podman
The Docker runtime is probably ok as it is a tool instead of a community. The registry has a community aspect and is where we’ll likely see exploitation of vendor lock in. Luckily Docker was grounded well and you can set up your own registry.
https://devenv.sh/
Note this also builds oci compatible containers you can run with podman, kubernetes, etc.
It lets you develop on bare metal in an environment the same as the docker container and is reproducible rather than just repeatable.