Update README.md

This commit is contained in:
Anthony Wang 2020-07-30 10:05:53 -05:00 committed by GitHub
parent 5a288fb56c
commit 82b97b2bcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,10 +8,12 @@
## Usage ## Usage
```docker pull ta180m/arch-all-the-way-down``` It's as easy as:
```docker run --privileged -it -e DEPTH=[DEPTH OF NESTED CONTAINERS] ta180m/arch-all-the-way-down``` ```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. Remember to replace `[DEPTH OF NESTED CONTAINERS]` with your intended nesting depth.
You now have ```[DEPTH OF NESTED CONTAINERS]``` nested Arch containers! You now have `[DEPTH OF NESTED CONTAINERS]` nested Arch containers!