IBM-Cloud / ibm-cloud-developer-tools

Installation scripts for new IBM Cloud Developer CLI Plugin and it's dependencies.
Apache License 2.0
131 stars 146 forks source link

CLI Docker installation problems #108

Open christiancompton opened 5 years ago

christiancompton commented 5 years ago

Summary This problem was reported by @unipheas in the Kitura Slack group.

When installing the CLI through Homebrew a user will not be able to install if they already have Docker installed. I had to uninstall docker and rerun the command brew cask install ibm-cloud-cli

I am not sure of the tooling information, and will ask @unipheas to provide the below information.

Steps to reproduce (include tooling version, platform, etc)

Operating System Specify: (MacOS, Linux, Windows)

Supporting details (Logs, stack traces, images, etc. Wrap in <detail> ... </detail> tags as appropriate)


Development "done" checklist

unipheas commented 5 years ago

Steps to reproduce (include tooling version, platform, etc)

  1. Manually install docker from https://download.docker.com/mac/stable/Docker.dmg
  2. Using Homebrew 2.0.6, in terminal, type: brew cask install ibm-cloud-cli

Operating System Specify: MacOS Mojave 10.14.4

Supporting details Installation will fail because it detects Docker.app is already installed in the Applications folder.