mirror of
https://github.com/vale981/archiso-bcachefs
synced 2025-03-05 09:31:39 -05:00
9 lines
181 B
Bash
Executable file
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
|