vimwiki/tech/Docker.wiki

20 lines
396 B
Plaintext

= 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.
== Useful commands ==
=== Get a shell on a container ===
`docker exec -it <CONTAINER_ID> /bin/bash`