3 lines
187 B
Bash
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
|
|
|