데몬 필요없이 docker와도 명령어 레벨에서 어느정도 호환이 되는것 같긴한데
[링크 : https://servermon.tistory.com/847]
윈도우에서는 WSLv2가 필요 하다는데, 의외로 데비안 계열에도 이미 포함되어 있는걸 보면 유명한듯?
| Windows On Windows, each Podman machine is backed by a virtualized Windows Subsystem for Linux (WSLv2) distribution. Once installed, the podman command can be run directly from your Windows PowerShell (or CMD) prompt, where it remotely communicates with the podman service running in the WSL environment. Alternatively, you can access Podman directly from the WSL instance if you prefer a Linux prompt and Linux tooling. See the Podman for Windows guide for setup and usage instructions. Debian The podman package is available in the Debian 11 (Bullseye) repositories and later. sudo apt-get -y install podman |
[링크 : https://podman.io/docs/installation]
[링크 : https://podman.io/]
