Docker
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
Inside your configuration.nix
:
{
...
virtualisation.docker.enable = true;
}
There is [1] for reference but no Guide how to use it for a real-world application