Update for 23-11-21 21:30

This commit is contained in:
Tyler Perkins 2021-11-23 21:30:01 -05:00
parent 9b96ca8ca5
commit b6d951db3e
2 changed files with 13 additions and 0 deletions

12
tech/Docker.wiki Normal file
View File

@ -0,0 +1,12 @@
= Docker =
Docker is a tool for containerizing (basically VM'ing) programs
== Install ==
On gentoo install docker as directed, and enable all of the required flags on
the wiki (they change with different versions)
== Setup ==
the `docker` command is all thats needed to run a container.

View File

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