mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-11 12:30:36 -05:00
couchpotato: new package
This commit is contained in:
@@ -37,6 +37,7 @@ Here is the current list of images that are provided. Missing one? Send an
|
||||
| Image | Description |
|
||||
| --- | --- |
|
||||
| bash | CLI only |
|
||||
| couchpotato | CLI only |
|
||||
| busybox | CLI only |
|
||||
| curl | CLI only |
|
||||
| docker-compose | CLI only |
|
||||
|
||||
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