10 lines
240 B
Bash
Executable file
10 lines
240 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# https://quay.io/organization/toolbx-images
|
|
|
|
podman run -d --privileged \
|
|
--hostname=pod-debian-sid \
|
|
--volume=${HOME}:/root \
|
|
--name=debian-sid-dev \
|
|
--systemd=true quay.io/toolbx-images/debian-toolbox \
|
|
/sbin/init
|