Vladimir
Vladimir
Thanks! When i am launching container with **-v /var/run/docker.sock:/var/run/docker.sock** **Proxy gives an error:** time="2018-05-07T11:12:17.230232501+02:00" level=error msg="error serving client: write unix /run/virtcontainers/pods/8ebfc2adc9fab0be2fd0659c30fcfae8e862f7c899b9d6b65cac95eebe7c79bc/proxy.sock->@: use of closed network connection" client=8 name=cc-proxy pid=2593 source=proxy
@jodh-intel I get the same result with kata-containers. `Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?` ` docker run -ti -v /var/run/docker.sock:/var/run/docker.sock --runtime kata-runtime busybox...
Using Dockerd Remote API is a working solution. Thanks to everyone