All the needed bits to containerize HomeSeer. For persistent storage, bind
a volume to the container /data.
Here is a list of ports that you may want to expose:
docker run -it --rm \
--name homeseer \
-v </path/to/data>/config:/HomeSeer/Config \
-v </path/to/data>/data:/HomeSeer/Data \
-v </path/to/data>/scripts:/HomeSeer/scripts \
-p 80:80 \
-p 10401:10401 \
-p 10200:10200 \
-p 10300:10300 \
cbolt/homeseer
Content type
Image
Digest
Size
357.7 MB
Last updated
about 8 years ago
docker pull cbolt/homeseer