Sign inSign up

aptalca/docker-openremote

By aptalca

Updated about 11 years ago

OpenRemote Controller

Image
4

50K+

aptalca/docker-openremote repository overview

OpenRemote Controller
Install On unRaid:

On unRaid, install from the Community Applications and enter the app folder location and the port for the webUI.

Install On Other Platforms (like Ubuntu, Synology 5.2 DSM, etc.):

On other platforms, you can run this docker with the following command:

docker run -d --name="OpenRemoteController" --net="bridge" -p 8080:8080/tcp -v "/path/to/config":"/config":rw -v /etc/localtime:/etc/localtime:ro aptalca/docker-openremote

Setup Instructions
  • Replace the variable "/path/to/config" with your choice of folder on your system. That is where the config and the library files will reside, and they will survive an update, reinstallation, etc. of the container.
  • To change the port, modify the port listed on the left side in the run command, that is the host side.
  • Access the webui by going to http://SERVERIP:8080/controller

Tag summary

Content type

Image

Digest

sha256:c56e3ad0c

Size

213 MB

Last updated

almost 11 years ago

docker pull aptalca/docker-openremote