apache / openwhisk-devtools

Development tools for building and deploying Apache OpenWhisk
https://openwhisk.apache.org/
Apache License 2.0
179 stars 126 forks source link

make quick-start fails with Error response from daemon: network openwhisk_default is ambiguous (2 matches found on name) #304

Closed stasimus closed 3 years ago

stasimus commented 4 years ago
make quick-start
Unpacking tarball.
downloading the CLI tool ... 
downloading cli for linux
nightly: Pulling from openwhisk/controller
4fe2ade4980c: Already exists 
932858db6d53: Already exists 
67726ed84b62: Already exists 
9537e675ec1b: Pull complete 
3500d1c35bb6: Pull complete 
b5dc9344af54: Pull complete 
ef2a6847c1c5: Pull complete 
31dd388abe18: Pull complete 
0274340f13b2: Pull complete 
9e3daaa28527: Pull complete 
ec31b2e4af3c: Pull complete 
5db5e4ddf35d: Pull complete 
8b56cc8a2aa2: Pull complete 
d08bc929e4df: Pull complete 
a16af49d18e6: Pull complete 
689b5e25d66b: Pull complete 
Digest: sha256:0891904690b4cce4e26d06f1224bdedea6fddcab4dfb9f2e4e65e530069ce146
Status: Downloaded newer image for openwhisk/controller:nightly
docker.io/openwhisk/controller:nightly
nightly: Pulling from openwhisk/nodejs6action
Digest: sha256:2d12d3ab94f23934a8cf62608e940c59863b67ddba331ad18d36110bf54e3b0a
Status: Image is up to date for openwhisk/nodejs6action:nightly
docker.io/openwhisk/nodejs6action:nightly
nightly: Pulling from openwhisk/dockerskeleton
Digest: sha256:0407f77ff2a7730db691cad1922d2d5e176bf59320150f1450321392bc444f84
Status: Image is up to date for openwhisk/dockerskeleton:nightly
docker.io/openwhisk/dockerskeleton:nightly
pulling the docker images short list... 
nightly: Pulling from openwhisk/invoker
4fe2ade4980c: Already exists 
932858db6d53: Already exists 
67726ed84b62: Already exists 
9537e675ec1b: Already exists 
3500d1c35bb6: Already exists 
b5dc9344af54: Already exists 
ef2a6847c1c5: Already exists 
31dd388abe18: Already exists 
0274340f13b2: Already exists 
adfe987aa1d6: Pull complete 
e462cd76bfb3: Pull complete 
939dcd37a23a: Pull complete 
e70df907a6c1: Pull complete 
242d934dc560: Pull complete 
ef98e9ff29af: Pull complete 
Digest: sha256:063d0ba50d0b1e53be8ccda5d247c818d96a83887171be6daf23bc2f535158c2
Status: Downloaded newer image for openwhisk/invoker:nightly
docker.io/openwhisk/invoker:nightly
host ip address: 10.72.212.78
checking required ports ... 
 ... OK
  ... preparing api-gateway configuration
pinging minio...
 ... OK
Creating network "openwhisk_default" with the default driver
Creating network "openwhisk_default" with the default driver
Starting openwhisk_minio_1 ... error

ERROR: for openwhisk_minio_1  Cannot start service minio: network openwhisk_default is ambiguous (2 matches found on name)

ERROR: for minio  Cannot start service minio: network openwhisk_default is ambiguous (2 matches found on name)
ERROR: Encountered errors while bringing up the project.
Error response from daemon: network openwhisk_default is ambiguous (2 matches found on name)
make: *** [Makefile:231: setup] Error 1

docker network ls returns

NETWORK ID          NAME                DRIVER              SCOPE
2ae09de832ba        bridge              bridge              local
7149ae4128e3        host                host                local
8e49fad5eb3b        none                null                local
bb93e278f22b        openwhisk_default   bridge              local
0db8d0aaf165        openwhisk_default   bridge              local
rabbah commented 3 years ago

Closing as stale.