You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/11/27 12:43:26 UTC

[GitHub] axiqia commented on issue #116: docker compose make quick start hangs

axiqia commented on issue #116: docker compose make quick start hangs
URL: https://github.com/apache/incubator-openwhisk-devtools/issues/116#issuecomment-442045047
 
 
   
   After tried quick start, I met the followint error:
   ```
   Status: Image is up to date for openwhisk/dockerskeleton:latest
   host ip address: 10.2.64.1
   checking required ports ... 
    ... OK
     ... preparing api-gateway configuration
   pinging minio...
   .Starting openwhisk_minio_1 ... 
   Starting openwhisk_minio_1 ... error
   
   ERROR: for openwhisk_minio_1  Cannot start service minio: error while creating mount source path '/home/zjli/tmp/openwhisk/minio': mkdir /home/zjli/tmp/openwhisk/minio: permission denied
   
   ERROR: for minio  Cannot start service minio: error while creating mount source path '/home/zjli/tmp/openwhisk/minio': mkdir /home/zjli/tmp/openwhisk/minio: permission denied
   ERROR: Encountered errors while bringing up the project.
   .....^CMakefile:204: recipe for target 'setup' failed
   make: *** [setup] Interrupt 
   
   ```
   Then I created the directory  `/home/zjli/tmp/openwhisk/minio` manually.
   
   After that, I got the problem the same as @rinswind .
   
   ```
   latest: Pulling from openwhisk/dockerskeleton
   Digest: sha256:85afe317d91b2fd97243812084b27e502dd2e6e001a187febd42af9ba61d03ce
   Status: Image is up to date for openwhisk/dockerskeleton:latest
   host ip address: 10.2.64.1
   checking required ports ... 
    ... OK
     ... preparing api-gateway configuration
   pinging minio...
   .Recreating f917ca3a609c_openwhisk_minio_1 ... 
   Recreating f917ca3a609c_openwhisk_minio_1 ... done
   ...............................................................................................................................................................
   
   ```
   Bellow is my environment:
   
   ```
   Docker version 17.12.0-ce, build c97c6d6
   Ubuntu 16.04.3 LTS
   ```
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services