Update for 18-01-22 17:15

This commit is contained in:
Tyler Perkins 2022-01-18 17:15:01 -05:00
parent f018743928
commit 3abb44eb5a
3 changed files with 8 additions and 1 deletions

Binary file not shown.

View File

@ -10,3 +10,10 @@ the wiki (they change with different versions)
== Setup ==
the `docker` command is all thats needed to run a container.
== Useful commands ==
=== Get a shell on a container ===
`docker exec -it <CONTAINER_ID> /bin/bash`

View File

@ -15,7 +15,7 @@
* [[make|Make]] - Automate compiling
* [[vim]] - Text editor
* [[qemu]] - Virtual machine
* [[Docker]]
* [[Docker]] - Psudeo VMs