You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into the following while running build-contract locally:
Creating network "yoleanlive3yoleanliveclientunittests_default" with the default driver
ERROR: failed to parse pool request for address space "LocalDefault" pool "" subpool "": could not find an available predefined network
I ran into the following while running build-contract locally:
It seems related to moby/moby#23971 where they conclude that
docker-compose down
removes any created networks from the docker-compose run. Might we want to do this instead ofdocker-compose kill
at https://github.com/Yolean/build-contract/blob/master/build-contract#L66?The text was updated successfully, but these errors were encountered: