====== podman ====== * https://podman.io/ * [[https://www.opencontainers.org/|OCI]] / [[:docker|Docker]] 호환 Container 를 데몬없이 실행해준다. * [[https://github.com/containers/podman-compose|podman-compose]] docker-compose 대체 ===== 특징 ===== * daemon 이 뜨지 않은 상태로 일반 사용자 권한으로 실행된다. daemon이 없으므로 데몬이 죽었을 때 모든 컨테이너가 죽는 현상도 없다. * ''root'' 권한 불필요 - 보안성이 좋아진다 ===== 참조 ===== * [[https://opensource.com/article/18/10/podman-more-secure-way-run-containers|Podman: A more secure way to run containers | Opensource.com]] ==== Dockerless ==== * [[https://mkdev.me/en/posts/dockerless-part-1-which-tools-to-replace-docker-with-and-why|Dockerless, part 1: Which tools to replace Docker with and why | articles about programming on mkdev]] * [[https://mkdev.me/en/posts/dockerless-part-2-how-to-build-container-image-for-rails-application-without-docker-and-dockerfile|Dockerless, part 2: How to build container image for Rails application without Docker and Dockerfile | articles about programming on mkdev]] * [[https://mkdev.me/en/posts/dockerless-part-3-moving-development-environment-to-containers-with-podman|Dockerless, part 3: Moving development environment to containers with Podman | articles about programming on mkdev]] * [[https://dev.to/bowmanjd/using-podman-on-windows-subsystem-for-linux-wsl-58ji|Using podman instead of docker on Windows Subsystem for Linux (WSL 2) - DEV Community]] * [[https://fedoramagazine.org/getting-started-with-podman-in-fedora/|Getting Started with Podman on Fedora Linux - Fedora Magazine]] * [[https://fedoramagazine.org/use-docker-compose-with-podman-to-orchestrate-containers-on-fedora/|Use Docker Compose with Podman to Orchestrate Containers on Fedora Linux - Fedora Magazine]]