Open ptorrezao opened 5 years ago
same problom with mint 19.3 which based on Ubuntu 18.04.2 LTS.
use docker image centos:centos7
docker run -d \
--name c-cdh6 \
--privileged \
centos:centos7 \
/usr/sbin/init
then display is black(A), but when use vnc viewer login from another computer B, the display is correct on the B.
then in the B's vnc stop the container c-cdh6, and then docker start c-cdh6
will make the A 's display correct again, and appere "Started bpfilter", then login GUI.
if change to
docker run -it \
--name c-cdh6 \
--privileged \
centos:centos7 \
/bin/bash
it start normally.
but when we need systemctl in container, we need to start by /usr/sbin/init.
Expected behaviour
The Docker Service should start
Actual behaviour
The Docker Service is stuck on activating, not collaborating..
Steps to reproduce the behaviour
After the install the docker was working as expected, after the first reboot, the behaviour starts to be a bit funky. Getting stuck on activating the docker service.
This machine is acting like a headless server, so when I plug the keyboard check what is happening and start to do the log in the message "Started bpfilter" appears and i do a docker ps command.
Same steps on via ssh don't trigger the "Started bpfilter".
Output of
docker version
: No Response before the "Started bpfilter" Response after the "Started bpfilter"Output of
docker info
: No Response before the "Started bpfilter" Response after the "Started bpfilter"Additional environment details (AWS, VirtualBox, physical, etc.)
This setup is experimental, I'm not a Linux guy but I'm a bit confused. Based on my research the bpfilter stuff is related with the firewall, so may not this issue at all. BUT I'm thinking the service is responsible to lift the networking bridged for docker. But I know nothing.... :)
But the rest of the setup is working as expected... The setup itself is a cheap Android TV with an ArmDebian distro.
I saw other similar problems with other software where the software was stuck but I don't have similar configuration file example