Skip to content

githubfoam/podman-travisci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travis (.com) branch: Build Status

Travis (.com) windows branch: Build Status

Travis (.com) macos branch: Build Status

Travis (.com) kvm qemu branch: Build Status

Travis (.com) kubernetes branch: Build Status

Travis (.com) minikube branch: Build Status

Travis (.com) rootless branch: Build Status

The podman driver is another kubernetes in container driver for minikube. similar to docker driver.
The podman driver is experimental, and only supported on Linux and macOS (with a remote podman server).

https://minikube.sigs.k8s.io/docs/drivers/podman/

Linux
Docker - container-based (preferred)
KVM2 - VM-based (preferred)
VirtualBox - VM
None - bare-metal
Podman - container (experimental)
https://minikube.sigs.k8s.io/docs/drivers/

Podman is a daemonless container engine for developing, managing, and running OCI Containers on your Linux System. Containers can either be run as root or in rootless mode
https://podman.io/getting-started/installation.html

Buildah - a tool that facilitates building OCI container images.
https://buildah.io/


Podman Machine and Boot2podman
https://podman.io/blogs/2019/01/14/podman-machine-and-boot2podman.html

Machine lets you create Podman hosts on your computer. It creates servers with Podman on them, then configures the Podman client to talk to them.
https://github.com/boot2podman/machine

skopeo is a command line utility that performs various operations on container images and image repositories.
skopeo does not require the user to be running as root to do most of its operations.
https://github.com/containers/skopeo