Skip to content
Commit bf8ca5eb authored by Ryan Roberts's avatar Ryan Roberts
Browse files

runtime: Add support for podman containers



As an alternative to Docker, users can now choose to use
--runtime=podman. It uses the same container images (from Docker hub)
but some people prefer podman because it doesn't require the use of a
damemon with root privilege.

Tuxmake provides most of the infrastructure so we just wire it up to the
--runtime cli option and fix a few issues where podman is more picky
(mount points and fully qualified container image names). Documentation
is also updated to describe how to set up for podman.

Signed-off-by: Ryan Roberts's avatarRyan Roberts <ryan.roberts@arm.com>
parent 5e2b6523
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment