mirror of
https://github.com/vale981/archiso-bcachefs
synced 2025-03-04 17:11:39 -05:00
8 lines
175 B
Bash
8 lines
175 B
Bash
#!/bin/bash
|
|
|
|
docker run \
|
|
-i \
|
|
--rm --privileged=true \
|
|
--name archiso \
|
|
--mount type=bind,source="$(pwd)",target=/archiso \
|
|
archlinux:latest bash < ./in_docker.sh
|