Broken Pipe error during docker-compose up -d

Hi
I’ve setup a new server running Cento EL7. I’ve followed the install instructions (I think!!) and I can successfully run hello world…

I’ve updated the config.env file and I don’t need SSL.

I get this message:

docker-compose up -d

Creating network “xibodocker1811_default” with the default driver
packet_write_wait: Connection to 10.0.1.102 port 22: Broken pipe

Any suggestions on how to fix this? I am logged in over SSH to the server, not operating from the console.

thanks
Andy

Try restarting the Docker daemon perhaps.

I’d strongly recommend Ubuntu or Debian over CentOS as it’s the platform we can give the most support for, and also it’s correctly configured out the box with the Docker official packages. CentOS tries to do its own thing over the top and makes things needlessly difficult.