diff options
author | Anthony Wang | 2020-07-30 10:05:53 -0500 |
---|---|---|
committer | GitHub | 2020-07-30 10:05:53 -0500 |
commit | 82b97b2bcd18a20602063f8e4a6073549fbe9095 (patch) | |
tree | 642ebce67108b3e44b362045cad4f7a3ea212fe3 | |
parent | 5a288fb56ced48a1f1c1a5e2aa6e359b2d46782f (diff) |
Update README.md
-rw-r--r-- | README.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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! |