update syncthing id
This commit is contained in:
9
pkgs/test-docker.nix
Normal file
9
pkgs/test-docker.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ dockerTools, hello }:
|
||||
dockerTools.buildLayeredImage {
|
||||
name = "hello";
|
||||
tag = "latest";
|
||||
|
||||
contents = [ hello ];
|
||||
|
||||
config.Cmd = [ "/bin/hello" ];
|
||||
}
|
||||
Reference in New Issue
Block a user