hpr3511 :: Podman like Vagrant
This is how I use Podman on the desktop
Hosted by Klaatu on Monday 2022-01-17 is flagged as Clean and is released under a CC-BY-SA license.
Tags: containers, podman, docker, vagrant.
Listen in ogg,
spx, or
mp3 format. | Comments (0)
Part of the series: Virtualization
Initiated by Deepgeek, this series contains contributions from many hosts on the topic of Virtualization
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
Show Transcript
Automatically generated using whisper
whisper --model tiny --language en hpr3511.wav
<< First, < Previous, Next >, Latest >>