OpenC3 / cosmos

OpenC3 COSMOS
https://openc3.com
Other
108 stars 30 forks source link

'openc3-cosmos-network already exists' error response #783

Closed jimhar-mn closed 3 weeks ago

jimhar-mn commented 1 year ago

Hello,

Looking into Cosmos 5 after using Cosmos 4 in the past.

During installation and plug-in build steps I repeatedly seem to get the following error:

Error response from daemon: network with name openc3-cosmos-network already exists

Everything seems to go fine after that message, but I was just wondering what it meant.

Cosmos 5.10.0. Windows 10.

ryanmelt commented 1 year ago

Thanks for checking out COSMOS 5!

That's a Docker error message that happens when you try to create a docker network that already exists. We try to create that network in several places to make sure it exists. The error can be safely ignored.

ryanmelt commented 1 year ago

On windows it looks like we can pipe the output to NUL

ryanmelt commented 3 weeks ago

We no longer create the network and let docker compose handle it.