-
Notifications
You must be signed in to change notification settings - Fork 1
docker
Christopher P. Brown edited this page Nov 14, 2022
·
6 revisions
Dockerize all the things: https://github.com/DrewDahlman/dockerize-all-the-things
Tips for lean containers: https://dev.to/sammyvimes/docker-on-a-diet-1n6j
For our uses, docker is the epinymous term for all containers
Why not docker? Alternatives (podman) don't require root access.
- Not Docker: https://towardsdatascience.com/its-time-to-say-goodbye-to-docker-5cfec8eff833
- Not Docker Hub: https://jjasghar.github.io/blog/2020/10/30/how-to-use-skopeo-to-migrate-off-dockerhub/
- Podman: https://developers.redhat.com/blog/2020/11/19/transitioning-from-docker-to-podman/
- https://lobste.rs/s/sizjqf/migrating_from_docker_podman
- Not Kubernetes: https://blogs.gnome.org/alexl/2021/10/12/quadlet-an-easier-way-to-run-system-containers/
- Containers are just chroot: https://earthly.dev/blog/chroot/
- podman-desktop: https://podman-desktop.io/
- skopeo: https://github.com/containers/skopeo
- buildah: https://buildah.io/