failed to create endpoint
Hi there Chris
i have issue here regarding running the docker images, when i try to run docker-composer up -d it pulls the images but after that it gives me this error
Starting phpapp_db_1 ...
Starting phpapp_nginx_1 ...
Starting phpapp_php_1 ...
Starting phpapp_nginx_1 ... error
ERROR: for phpapp_nginx_1 Cannot start service nginx: failed to create endpoint phpapp_nginx_1 on network phpapp_appnet: failed to add the host (veth6e7bb73) <=> sandbox (veth46dStarting phpapp_redis_1 ... error
ERROR: for phpapp_redis_1 Cannot start service redis: failed to create endpoint phpapp_redis_1 on network phpapp_appnet: failed to add the host (vethc08b855) <=> sandbox (veth1fdStarting phpapp_db_1 ... error
ERROR: for phpapp_db_1 Cannot start service db: failed to create endpoint phpapp_db_1 on network phpapp_appnet: failed to add the host (veth97c3efd) <=> sandbox (veth3886967) paiStarting phpapp_php_1 ... error
ERROR: for phpapp_php_1 Cannot start service php: failed to create endpoint phpapp_php_1 on network phpapp_appnet: failed to add the host (veth3237473) <=> sandbox (veth119add4) pair interfaces: operation not supported
ERROR: for db Cannot start service db: failed to create endpoint phpapp_db_1 on network phpapp_appnet: failed to add the host (veth97c3efd) <=> sandbox (veth3886967) pair interfaces: operation not supported
ERROR: for nginx Cannot start service nginx: failed to create endpoint phpapp_nginx_1 on network phpapp_appnet: failed to add the host (veth6e7bb73) <=> sandbox (veth46d13cb) pair interfaces: operation not supported
ERROR: for php Cannot start service php: failed to create endpoint phpapp_php_1 on network phpapp_appnet: failed to add the host (veth3237473) <=> sandbox (veth119add4) pair interfaces: operation not supported
ERROR: for redis Cannot start service redis: failed to create endpoint phpapp_redis_1 on network phpapp_appnet: failed to add the host (vethc08b855) <=> sandbox (veth1fd3ff5) pair interfaces: operation not supported
ERROR: Encountered errors while bringing up the project.
do you have any idea whats going on here?
Nope, but I’d first try a restart of docker and if that fails, your computer!
I’ve never seen Docker fail to add nodes to a network. On Mon, Jan 22, 2018 at 09:50 BezVezeE [email protected] wrote:
Hi there Chris
i have issue here regarding running the docker images, when i try to run docker-composer up -d it pulls the images but after that it gives me this error
Starting phpapp_db_1 ... Starting phpapp_nginx_1 ... Starting phpapp_php_1 ... Starting phpapp_nginx_1 ... error
ERROR: for phpapp_nginx_1 Cannot start service nginx: failed to create endpoint phpapp_nginx_1 on network phpapp_appnet: failed to add the host (veth6e7bb73) <=> sandbox (veth46dStarting phpapp_redis_1 ... error
ERROR: for phpapp_redis_1 Cannot start service redis: failed to create endpoint phpapp_redis_1 on network phpapp_appnet: failed to add the host (vethc08b855) <=> sandbox (veth1fdStarting phpapp_db_1 ... error
ERROR: for phpapp_db_1 Cannot start service db: failed to create endpoint phpapp_db_1 on network phpapp_appnet: failed to add the host (veth97c3efd) <=> sandbox (veth3886967) paiStarting phpapp_php_1 ... error
ERROR: for phpapp_php_1 Cannot start service php: failed to create endpoint phpapp_php_1 on network phpapp_appnet: failed to add the host (veth3237473) <=> sandbox (veth119add4) pair interfaces: operation not supported
ERROR: for db Cannot start service db: failed to create endpoint phpapp_db_1 on network phpapp_appnet: failed to add the host (veth97c3efd) <=> sandbox (veth3886967) pair interfaces: operation not supported
ERROR: for nginx Cannot start service nginx: failed to create endpoint phpapp_nginx_1 on network phpapp_appnet: failed to add the host (veth6e7bb73) <=> sandbox (veth46d13cb) pair interfaces: operation not supported
ERROR: for php Cannot start service php: failed to create endpoint phpapp_php_1 on network phpapp_appnet: failed to add the host (veth3237473) <=> sandbox (veth119add4) pair interfaces: operation not supported
ERROR: for redis Cannot start service redis: failed to create endpoint phpapp_redis_1 on network phpapp_appnet: failed to add the host (vethc08b855) <=> sandbox (veth1fd3ff5) pair interfaces: operation not supported ERROR: Encountered errors while bringing up the project.
do you have any idea whats going on here?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/shipping-docker/php-app/issues/33, or mute the thread https://github.com/notifications/unsubscribe-auth/AAch05DqHSEEDF2c7NhX7AD6FFXeOX-8ks5tNK5jgaJpZM4RoIyR .
I ran into the same issue. I found that running docker system prune allowed for me to get going. My thought is that the network was previously created.