aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
blob: 39ff59b316613f0dd4ef80e1f3c1f2bd9337ae65 (plain)
1
2
3
4
5
6
7
FROM archlinux

RUN pacman -Sy --noconfirm

RUN pacman -S docker --noconfirm

RUN echo $'if [ $DEPTH != 1 ]\nthen\n\tdockerd &>/dev/null & disown\n\twhile (! docker stats --no-stream )\n\tdo\n\t\techo "Waiting for Docker to launch..."\n\t\tsleep 1\n\tdone\n\tdocker run --privileged -it -e DEPTH=$((DEPTH-1)) --name arch-all-the-way-down ta180m/arch-all-the-way-down\nfi' > ~root/.bashrc