Docker-openvpn: Error When Running ovpn_genconfig

Created on 15 Feb 2018  路  5Comments  路  Source: kylemanna/docker-openvpn

Hello 馃憢馃徎,

I was trying to run this command :

sudo docker run -v $OVPN_DATA:/etc/openvpn --rm kylemanna/openvpn ovpn_genconfig -u udp://0.0.0.0

But got this error :

docker: Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "process_linux.go:402: container init caused \"process_linux.go:385: running prestart hook 0 caused \\\"fork/exec /usr/bin/dockerd (deleted): no such file or directory\\\"\"": unknown.
ERRO[0000] error waiting for container: context canceled

Do you have any idea why was this happening? I can't continue to further steps, the error is always there.

P.S : I've checked whether /usr/bin/dockerd doesn't exist, but it exists.

Most helpful comment

Something similar happened to me on a totally different docker image. Seems it may have been caused by me doing updates on my workstation, which may have updated docker. I didn't have to reboot to fix, I just had to restart my docker service (systemctl restart docker) and then I was able to run the container without the above error.

All 5 comments

Something similar happened to me on a totally different docker image. Seems it may have been caused by me doing updates on my workstation, which may have updated docker. I didn't have to reboot to fix, I just had to restart my docker service (systemctl restart docker) and then I was able to run the container without the above error.

Hi,

can you please provide information on your environment.

OS
Docker version

Hello @marvin-w, I鈥檓 on Arch Linux. Is there anything else you want to know?

Hi @wilbertliu, thanks for the information, can you also provide your docker version please?

For sure @marvin-w! Here it is :
Docker version 18.05.0-ce, build f150324782

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rgarrigue picture rgarrigue  路  3Comments

mario26 picture mario26  路  6Comments

josjaf picture josjaf  路  5Comments

arukaen picture arukaen  路  6Comments

jsolla picture jsolla  路  5Comments