Podman

a more secure and capabilities alternative to [[Docker]]

  • daemon-less
  • root-less
  • user namespaces
  • seccomp profile
  • systemd

Usage

tips

modify registry file

1
nvim /etc/containers/registries.conf

sample

1
2
3
[[registry]]
location = "docker.io"
insecure = true

Podman CLI

brew install podman

basic operations

  • podman machine start
  • podman machine stop
  • podman info

References

Get Things Done
Built with Hugo
Theme Stack designed by Jimmy