Docker

From NixOS Wiki
Revision as of 09:16, 7 September 2017 by imported>Makefu (Created page with " == Enabling the docker service == Inside your <code>configuration.nix</code>: <syntaxHighlight lang="nix"> { ... virtualisation.docker.enable = true; } </syntaxHighlight...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Enabling the docker service

Inside your configuration.nix:

{
  ...
  virtualisation.docker.enable = true;
}

Building a docker image with nixpkgs

There is [1] for reference but no Guide how to use it for a real-world application