microcks / microcks-docker-desktop-extension

Docker Desktop extension for running Microcks
https://microcks.io
Apache License 2.0
15 stars 7 forks source link

fix: handle another error thrown by Docker on unknown network #22

Closed benoitf closed 1 year ago

benoitf commented 1 year ago

Description

on my system, docker network inspect <network> returns 'not found' instead of No such network

$ docker network inspect foobar                                                                                                                                                                              []
Error response from daemon: network foobar not found

Related issue(s)

fixes https://github.com/microcks/microcks-docker-desktop-extension/issues/20