Issue with starting docker daemon

Hello,

I’m using PFC 200 G2 (750-8216) with firmware 03.10.08(22) and I can’t start docker daemon on decive with VPN configured… I’m not sure if it’s related to VPN because there is no information in log file. Docked after installation can’t start and network interface for docker is not created.

Server:
ERROR: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
errors pretty printing info

Thanks in advance for any hint.

Regards,
Darek

Hello @Dariusz ,

How do you install and activate the Docker daemon ? With the WBM or an IPK ?
Do you boot from flash or from the SD card ?
Have you tried to do this when VPN is deactivated ?

Is it possible to install docker directly from CLI with FW26?
Without activating it from the WBM

I only know this way but I guess IPK files are no longer necessary with FW26
“wget https://github.com/WAGO/dockeripk/
releases/download/v1.0.4-beta/
docker_20.10.5_armhf.ipk”

The script called in background when activating docker via the WBM is the following :

/etc/config-tools/config_docker activate

To disable

/etc/config-tools/config_docker remove

(Note that you can always find the command associated to an action in the WBM by looking at the log vefile /var/log/sudo.log. You can then reproduce every configuration made in the WBM by script)

2 Likes