docker: add pointer to related nix option
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
committed by
Aroun Olorin
co-authored by
Sandro
parent
ea50b72f4d
commit
136e3dbdae
@@ -254,6 +254,11 @@ rec {
|
||||
meta = with lib; {
|
||||
homepage = "https://www.docker.com/";
|
||||
description = "An open source project to pack, ship and run any application as a lightweight container";
|
||||
longDescription = ''
|
||||
Docker is a platform designed to help developers build, share, and run modern applications.
|
||||
|
||||
To enable the docker daemon on NixOS, set the `virtualisation.docker.enable` option to `true`.
|
||||
'';
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ offline tailhook vdemeester periklis mikroskeem maxeaubrey ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user