obbeel@lemmy.eco.br to Technology@lemmy.worldEnglish · 4 hours agoFormer Oracle Cloud exec Don Johnson takes over as Docker's new CEO | TechCrunchtechcrunch.comexternal-linkmessage-square10fedilinkarrow-up164arrow-down11
arrow-up163arrow-down1external-linkFormer Oracle Cloud exec Don Johnson takes over as Docker's new CEO | TechCrunchtechcrunch.comobbeel@lemmy.eco.br to Technology@lemmy.worldEnglish · 4 hours agomessage-square10fedilink
minus-squaremadnificent@lemmy.worldlinkfedilinkEnglisharrow-up14·3 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-up2·edit-22 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.