Create arbitrarily nested Docker containers! https://hub.docker.com/r/ta180m/arch-all-the-way-down
This repository has been archived on 2022-01-12. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2020-07-29 23:55:28 +00:00
Dockerfile Update Dockerfile 2020-07-29 18:52:16 -05:00
nested-arch.png Add files via upload 2020-07-29 23:55:28 +00:00
README.md Update README.md 2020-07-29 18:44:40 -05:00

Arch All the Way Down

Ever wanted to run Arch inside Arch inside Arch inside Arch? Well, now you can!

Usage

docker pull ta180m/arch-all-the-way-down

docker run --privileged -it -e DEPTH=[DEPTH OF NESTED CONTAINERS] ta180m/arch-all-the-way-down /bin/bash

Remember to replace [DEPTH OF NESTED CONTAINERS] with your intended nesting depth.