$ podman machine init --cpus 2 --memory 2048 --disk-size 20 $ podman machine start $ podman system connection default podman-machine-default-root $ podman info
$ podman create -p 8080:8080 --name myapp quay.io/rhatdan/myimage $ podman create --label "io.containers.autoupdate=registry" -p 8080:8080 --name myapp quay.io/rhatdan/myimage 397ad15601868eb6fd77fe0b67136869cde9e0ffad90ee5095a19de5bb4b999e
$ podman-compose up -d $ podman-compose ps
$ podman generate systemd --new myapp > $HOME/.config/systemd/user/myapp-new.service $ podman generate systemd myapp --new > $HOME/.config/systemd/user/myapp-new.service
$ skopeo --debug copy --all docker://nginx:latest dir:///tmp/nginx
$ podman pull docker.io/library/hello-world $ podman run --rm docker.io/library/hello-world