diff options
Diffstat (limited to 'Docker.md')
-rw-r--r-- | Docker.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Docker.md b/Docker.md new file mode 100644 index 0000000..d803590 --- /dev/null +++ b/Docker.md @@ -0,0 +1,4 @@ +A container platform which makes it very easy to spin up containers. For example on NixOS when I run into issues because of it being a Non-FHS distro, I can work around it by spinning up a small ubuntu container that does whatever I wanted to do until I (or someone else) makes it available on Nix. + +How it works: +First you build a [[Docker images]] which
\ No newline at end of file |