• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » How To Run Docker, Containers On IBM Bluemix

By Abhishek Ghosh October 28, 2017 10:01 am Updated on October 28, 2017

How To Run Docker, Containers On IBM Bluemix

Advertisement

Those who are our regular readers, they learned to use Docker on local computer. Now, how to run Docker, containers on IBM Bluemix? IBM Bluemix is a Platform as a Service (PaaS). We normally to use Bluemix we use Cloud Foundry command line tools and tools for Bluemix (like we have shown in the example of installing WordPress on Bluemix). In this guide we have provided clear instructions, commands to setup the command line tools on Mac for Docker.

How To Run Docker Containers On IBM Bluemix

 

How To Run Docker, Containers On IBM Bluemix

 

The difficulty exists as Bluemix has deprecated single and scalable containers and default service is now Kubernetes clusters. There are users who are not used with Kubernetes. With your existing setup for Bluemix (like our that linked guide to install WordPress on Bluemix), and needed setup to run Docker on local Mac (like our guides on Docker) run these commands :

Vim
1
2
3
4
cf -v
bx -v
bx login -a https://api.ng.bluemix.net
bx plugin list

Install some plugins running these commands :

Advertisement

---

Vim
1
2
3
4
bx plugin install IBM-Containers -r Bluemix
bx plugin install container-registry -r Bluemix
# current
bx plugin list

IBM has separate own IBM Bluemix Container Registry like Docker has. Obviously that has :

Vim
1
https://console.bluemix.net/docs/cli/plugins/registry/index.html

Now, install the Kubernetes CLI (not written in this guide, look at official website of Kubernetes). After that, you’ll be able to run kubectl command.

Run these two commands one by one :

Vim
1
2
bluemix ic init
bx ic ps -a

The above commands will verify whether you have installed the needed plugins properly. Install Docker compose :

Vim
1
sudo pip install docker-compose --upgrade

Now read this guide to cross-check whether everything is fine :

Vim
1
https://console.bluemix.net/docs/containers/cs_cli_install.html

Notice that :

Vim
1
2
3
4
bx login
cf login
bluemix login
bx cr login

Separately works (which is sometime disturbing and confusing to the new users). Basically we can specify the Bluemix organization and space we want to create your Kubernetes cluster :

Vim
1
bx target --cf

Update once and login :

Vim
1
2
bx plugin update container-service -r Bluemix
bx cr login

Now you can run :

Vim
1
2
3
4
docker pull hello-world:latest
docker tag hello-world:latest registry.<region>.bluemix.net/your_namespace/hw_repo:1
docker push registry.<region>.bluemix.net/<your_namespace>/hw_repo:1
bx cr image-list

Tagged With bx cr login error , What is IBM Bluemix commnad line
Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to How To Run Docker, Containers On IBM Bluemix

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • How Setup Private Docker Registry on Ubuntu 16.04 LTS Cloud Server

    You Can Have Your Own Docker Registry on Own Cloud Server Instance. Here is How Setup Private Docker Registry on Ubuntu 16.04 LTS Cloud Server.

  • Navigating the Benefits of Docker Registry

    Docker Registry is a collection of repositories with indexes, access control rules. API is used by the clients to obtain images from repos.

  • Docker Vs Kubernetes Vs Apache Mesos : devOps Dilemma Clarified

    Sometimes We Talk About Docker, Sometimes Combine Kubernates, Sometimes Meos. Here is Docker Vs Kubernetes Vs Apache Mesos to Clarify devOps.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Hybrid Multi-Cloud Environments Are Becoming UbiquitousJuly 12, 2023
  • Data Protection on the InternetJuly 12, 2023
  • Basics of BJT TransistorJuly 11, 2023
  • What is Confidential Computing?July 11, 2023
  • How a MOSFET WorksJuly 10, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy