Update README.md

This commit is contained in:
Anthony Wang 2020-07-29 18:38:26 -05:00 committed by GitHub
parent 048fa9318b
commit 5aa4e548d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,11 @@
# Arch-All-the-Way-Down
Create nested Docker containers
# Arch All the Way Down
### Create nested Docker containers!
## 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.