aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2020-07-30 10:05:53 -0500
committerGitHub2020-07-30 10:05:53 -0500
commit82b97b2bcd18a20602063f8e4a6073549fbe9095 (patch)
tree642ebce67108b3e44b362045cad4f7a3ea212fe3
parent5a288fb56ced48a1f1c1a5e2aa6e359b2d46782f (diff)
Update README.md
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index d5bcb3f..766b774 100644
--- a/README.md
+++ b/README.md
@@ -8,10 +8,12 @@
## 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!