You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/06/13 21:25:58 UTC

[GitHub] zachschultz opened a new issue #2368: While following Mac host setup, docker ps shows an error

zachschultz opened a new issue #2368: While following Mac host setup, docker ps shows an error
URL: https://github.com/apache/incubator-openwhisk/issues/2368
 
 
   <!--
   Do NOT share passwords, credentials or other confidential information.
   
   Before creating a new issue, please check if there is one already open that
   fits the defect you are reporting.
   If you open an issue and realize later it is a duplicate of a pre-existing
   open issue, please close yours and add a comment to the other.
   
   Issues can be created for either defects or enhancement requests. If you are a committer than please add the labels "bug" or "feature". If you are not a committer please make clear in the comments which one it is, so that committers can add these labels later.
   
   If you are reporting a defect, please edit the issue description to include the
   information shown below.
   
   If you are reporting an enhancement request, please include information on what you are trying to achieve and why that enhancement would help you.
   
   For more information about reporting issues, see
   https://github.com/apache/incubator-openwhisk/blob/master/CONTRIBUTING.md#raising-issues
   
   Use the commands below to provide key information from your environment:
   You do not have to include this information if this is a feature request.
   -->
   
   ## Environment details:
   
   Mac OS local deployment
   Docker: Docker version 1.12.0, build 8eab29e
   Mac OS: Sierra 10.12.5 (16F73)
   Vagrant: N/A
   
   ## Steps to reproduce the issue:
   
   1.   Follow Mac OS guide (https://github.com/apache/incubator-openwhisk/blob/master/tools/macos/README.md)
   2.   Get to `docker ps` step
   3.   Error
   
   
   ## Provide the expected results and outputs:
   
   ```
   CONTAINER ID        IMAGE               COMMAND                  CREATED             STATUS              PORTS                    NAMES
   ```
   
   
   ## Provide the actual results and outputs:
   
   ```
   docker ps
   An error occurred trying to connect: Get https://192.168.99.100:4243/v1.24/containers/json: http: server gave HTTP response to HTTPS client
   ```
   
   ## Additional information you deem important:
   * After trying to finish the guide and run `./gradlew distDocker`, I get the same 2 failures as this issue: https://github.com/apache/incubator-openwhisk/issues/2290 however, I notice the error: `http: server gave HTTP response to HTTPS client` everywhere as well, which leads me to believe that the root of the problem is here
   
 
----------------------------------------------------------------
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