Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying miraclecast on docker #198

Open
albfan opened this issue Apr 18, 2017 · 2 comments
Open

Trying miraclecast on docker #198

albfan opened this issue Apr 18, 2017 · 2 comments

Comments

@albfan
Copy link
Owner

albfan commented Apr 18, 2017

This issue comes from previous reseach on #12

Docker allow to Isolate from current hosts, while accesing directly to its interfaces:

https://twitter.com/_TheMoses_/status/736881059246133248

Seems docker do not run directly dbus, so that part must be researched

moby/moby#7459

@stuart-c
Copy link

You can access dbus by sharing the socket file into the container.

Use --volume with the path to the socket file and where you want it to appear inside the container.

E.g.

--volume /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket

@albfan
Copy link
Owner Author

albfan commented Apr 18, 2017

Thanks a lot @stuart-c . Then miraclecast could have integration tests based on docker swarm. That's a long wanted feature. Now wip/source-impl is avaliable, both sides can be miraclecast implementations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants