Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 519 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 519 Bytes

Running Dbus in Docker containers

This is just a really simple project running Dbus daemon, service and client in Docker containers.

The project use docker-compsoe to run a dbus-daemon session bus listening on TCP port 3000 with no security at all. The dbus-service container connects to this bus to expose the SayHello method. On the other side, the dbus-send container acts as a client.

Usage

Build the container images:

$ docker-compose build

Run the containers:

$ docker-compose up