Search

Home > Hacker Public Radio > HPR3511: Podman like Vagrant
Podcast: Hacker Public Radio
Episode:

HPR3511: Podman like Vagrant

Category: Technology
Duration: 00:00:00
Publish Date: 2022-01-17 00:00:00
Description:

I used to use Vagrant to spin up minimal virtual machines when I needed to test code on a different distro than what I ran. Lately I've switched to Podman.

Install Podman with your distribution's package manager.

Configure it:


$ sudo --add-subuids 200000-265536 \
--add-subgids 200000-265536 \
$USER

Create a directory to share data between your container and your localhost:


$ mkdir data

Run a container, with your ./data directory mapped to /storage in the container:


$ podman run -it --volume ./data:/storage:Z busybox
Total Play: 0

Users also like

100+ Episodes
Seginfocast .. 100+     20+