arch-all-the-way-down

Create arbitrarily nested Docker containers!

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  13. 13
  14. 14
  15. 15
  16. 16
  17. 17
  18. 18
  19. 19
# Arch All the Way Down

### It's [Arch all the way down](https://en.wikipedia.org/wiki/Turtles_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

It's as easy as:

```sh
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!