dev-pod/prep.sh
2025-05-19 12:44:23 +02:00

3 lines
187 B
Bash

podman build -t ubuntu-nix-basepod .
podman create --name basepod -p 2222:22 -v /var/home/ab/code/envs/home:/root:z -v /var/home/ab/code:/root/code:z localhost/ubuntu-nix-basepod:latest