diff options
author | Anthony Wang | 2020-07-29 18:38:26 -0500 |
---|---|---|
committer | GitHub | 2020-07-29 18:38:26 -0500 |
commit | 5aa4e548d2dd411293d3ed546df400441e59d45a (patch) | |
tree | f05abddefbb4b62d9b094abc968ad2fc42eb08ab | |
parent | 048fa9318b46ebea0628ee2e2157f0d7a4a730fb (diff) |
Update README.md
-rw-r--r-- | README.md | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -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. |