archiso-bcachefs/docker-setup.sh
2020-03-01 22:24:24 +01:00

9 lines
181 B
Bash
Executable file

#!/bin/bash
cd $DIR
docker run \
-i \
--rm --privileged=true \
--name archiso \
--mount type=bind,source="$DIR",target=/archiso \
archlinux:latest bash < ./in_docker.sh