aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2020-07-29 18:38:26 -0500
committerGitHub2020-07-29 18:38:26 -0500
commit5aa4e548d2dd411293d3ed546df400441e59d45a (patch)
treef05abddefbb4b62d9b094abc968ad2fc42eb08ab
parent048fa9318b46ebea0628ee2e2157f0d7a4a730fb (diff)
Update README.md
-rw-r--r--README.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/README.md b/README.md
index e6da415..f6b4116 100644
--- a/README.md
+++ b/README.md
@@ -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.