brew install podman – podman machine init – podman machine start brew install podman-desktop brew install podman-compose brew install docker-compose Podman의 Docker API socket 활성화 podman machine ssh sudo systemctl enable –now podman.socket Local – Docker API를 Podman으로 연결 export DOCKER_HOST=unix://$HOME/.local/share/containers/podman/machine/podman.sock 혹은 자동으로 연결되도록 shell 설정 파일 (~/.zshrc, ~/.bash_profile)에 추가. 더 읽기
Life
일단. 뭐든.