diff --git a/tech/Docker.wiki b/tech/Docker.wiki new file mode 100644 index 0000000..6f2966d --- /dev/null +++ b/tech/Docker.wiki @@ -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. diff --git a/tech/development.wiki b/tech/development.wiki index 5be327a..ac6b861 100644 --- a/tech/development.wiki +++ b/tech/development.wiki @@ -14,6 +14,7 @@ * [[make|Make]] - Automate compiling * [[vim]] - Text editor * [[qemu]] - Virtual machine +* [[Docker]]