Re: [ansible-project] Failed to get D-Bus connection in Docker Container

2017-01-12 Thread Brian Coca
You have systemd installed in the container but it is not really managing the services (though the container pretends it does). The easy solution is removing systemd from the container to stop confusing the detection. -- Brian Coca -- You received this message because you are subscribe

[ansible-project] Failed to get D-Bus connection in Docker Container

2016-12-12 Thread Coolman
Hello there, I get the error described in the title when I execute systemctl in a docker container launcher with Ansible docker module. Thus, I cannot manage services in the docker container (eg. satrt/stop/reload nginx service ...etc.) How can I avoid this issue when launching a docker containe