fckbo
fckbo

Reputation: 167

Cannot install plugin for IBM Container on Cloud Foundry on mac OS

The following command : cf install-plugin https://static-ice.ng.bluemix.net/ibm-containers-mac directly coming from Bluemix documentation does not seem to work. I'm getting the following error msg:

... Attempting to download binary file from internet address... FAILED Download attempt failed: Error downloading file from https://static-ice.ng.bluemix.net/ibm-containers-mac Unable to install, plugin is not available from the given url.*

Upvotes: 1

Views: 267

Answers (1)

fckbo
fckbo

Reputation: 167

in fact I think I found the answer to my question, posting it just in case it helps somebody else. I did the following: 1. add a plug-in repo to the list of repo: cf add-plugin-repo IBM-plugins http://plugins.ng.bluemix.net 2. install IBM-Containers plugin from that repo: cf install-plugin IBM-Containers -r IBM-plugins

Upvotes: 2

Related Questions