archiso-bcachefs/docker-setup.sh

10 lines
181 B
Bash
Raw Normal View History

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