blob: 6299fb472b6ed2abefa55e3001c867580dee9050 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Arch All the Way Down
#### Ever wanted to run Arch inside Arch inside Arch inside Arch? Well, now you can!
![Nested Arch](https://raw.githubusercontent.com/Ta180m/Arch-All-the-Way-Down/master/nested-arch.png)
## 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```
Remember to replace ```[DEPTH OF NESTED CONTAINERS]``` with your intended nesting depth.
You now have ```[DEPTH OF NESTED CONTAINERS]``` nested Arch containers!
|