Skip to content

Instantly share code, notes, and snippets.

@indygwyn
Created January 29, 2020 19:49
Show Gist options
  • Save indygwyn/50da7da802c1db1090be3488afc79ee6 to your computer and use it in GitHub Desktop.
Save indygwyn/50da7da802c1db1090be3488afc79ee6 to your computer and use it in GitHub Desktop.
podman-machine create box
eval $(podman-machine env)
eval $(podman-machine env --varlink)
podman run hello-world
podman run busybox echo "hello from busybox"
podman image ls -a
podman ps -a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment