Patrick Wachsmuth

Results 3 comments of Patrick Wachsmuth

I've the same issue. Here's my docker-compose to reproduce: ``` version: '3' services: web: image: nginx pinger: image: alpine command: "ping web" pumba: image: gaiaadm/pumba volumes: - /var/run/docker.sock:/var/run/docker.sock command: "--log-level...

I've update to the latest 4.1.2 version and got the error described in the description