Podman
Use it.¶
podman machine start
podman run -p 8088:80 kennethreitz/httpbin
podman run --rm -it ubuntu:latest /bin/bash
Make it work.¶
See this comment.
This machine is currently configured in rootless mode. If your containers
require root permissions (e.g. ports < 1024), or if you run into compatibility
issues with non-podman clients, you can switch using the following command:
podman machine set --rootful