forked from github-mirror/docker-nixpkgs
couchpotato: new package
This commit is contained in:
14
images/couchpotato/default.nix
Normal file
14
images/couchpotato/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ buildCLIImage
|
||||
, couchpotato
|
||||
}:
|
||||
buildCLIImage {
|
||||
drv = couchpotato;
|
||||
|
||||
# TODO: expose 5050
|
||||
|
||||
# TODO: create /couchpotato.sh entry-point
|
||||
|
||||
# TODO: run as non-root user
|
||||
|
||||
# TODO: /data volume
|
||||
}
|
||||
Reference in New Issue
Block a user