4 lines
104 B
Bash
4 lines
104 B
Bash
|
|
mkdir -p cd /tmp/busyb
|
|
cd /tmp/busyb
|
|
podman export $(podman create busybox) | tar -C /tmp/busyb -xvf - |