Update hosts/docker/configuration.nix
This commit is contained in:
@@ -21,7 +21,11 @@ in
|
||||
# virtualisation.docker.enable = true;
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
extraOptions = "--host tcp://0.0.0.0:2375";
|
||||
hosts = [
|
||||
"unix:///var/run/docker.sock"
|
||||
"tcp://0.0.0.0:2375"
|
||||
];
|
||||
|
||||
# daemon.settings = {
|
||||
# metrics-addr = "0.0.0.0:9323";
|
||||
# experimental = true;
|
||||
|
||||
Reference in New Issue
Block a user