Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 713 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 713 Bytes

domotzpro-agent-docker

Docker image for DomotzPro agent.

This repository contains a folder for each architecture; at the moment the only available is amd64.

How to run this image

To start the Docker container as a background service, you can run:

docker run --network=host --cap-add NET_ADMIN -d domotz/domotzpro-agent-ARCH

Remember to replace ARCH with your wanted architecture (amd64, armhf, ...)

Notes

On Mac and Windows platforms the container is not able to see the real network host. You can only monitor the network where docker containers are running on.

To launch the container you can type:

docker run --publish 3000:3000 -d domotz/domotzpro-agent-ARCH