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

Running Dbus in Docker containers

License

Notifications You must be signed in to change notification settings

joggee-fr/dbus-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Running Dbus in Docker containers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published