/agile-dbus

Creates agile bus in the host

Primary LanguageJavaScriptEclipse Public License 2.0EPL-2.0

Agile dbus

Dockerhub

This modules only responsibility is to init a dbus socket called agile_bus_socket in the host system with agile.conf.

How to use:

docker pull agileiot/agile-dbus-armv7l

Bind-mount the host directory the socket will be created and run:

docker run -v /my/host/fs/.agile_bus

or with docker-compose:

agile-dbus:
  image: agileiot/agile-dbus-armv7l
  restart: always
  volumes:
    - $DBUS_SESSION_SOCKET_DIR:/usr/src/app/.agile_bus