• 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 » Docker on Ubuntu on Cloud Server to Manage Containers

By Abhishek Ghosh July 7, 2014 7:10 am Updated on July 7, 2014

Docker on Ubuntu on Cloud Server to Manage Containers

Advertisement

Docker can be installed on Ubuntu Cloud Server to manage containers. Docker is a free software that automates the deployment of applications. Previously we have talked about Automation in the Cloud, Relationship of Cloud Automation and Abstraction etcetera theoretical parts. In this article, first we will explain about Docker and then provide the commands to manually install Docker on Ubuntu on Cloud Server.

 

Learn About Docker Before Installing on Ubuntu on Cloud Server

 

Docker is a tool that can package an application and its dependencies in a virtual container, which can be run on any Linux server. This extends the flexibility and portability of an application is running, either on the local machine, a private or public cloud, a bare metal etc.

Docker extends container format standard Linux LXC with an API providing a high-level virtualization solution running isolated processes. Docker uses LXC, cgroups and the Linux kernel itself. Unlike traditional virtual machines, a Docker container does not include the operating system, instead it relies on the features provided by the underlying infrastructure operating system.

Advertisement

---

Docker container can be used to expand the distribution system so that they run independently from one physical machine or one instance per node; which allows nodes to be deployed as and when resources are available, offering a transparent and deployment similar to Paas systems like Apache Cassandra, Riak and other distributed systems.

Docker can be integrated into various infrastructure tools :

  1. Ansible
  2. CFEngine
  3. Chef
  4. Jenkins
  5. CFEngine
  6. OpenStack Nova
  7. OpenSVC
  8. CFEngine
  9. Puppet
  10. Salt
  11. Vagrant

Official website and repository :

Vim
1
2
http://www.docker.com/
https://github.com/dotcloud/docker

Docker on Ubuntu on Cloud Server to Manage Containers

 

Docker on Ubuntu on Cloud Server to Manage Containers

 

We can directly install docker on Ubuntu 14.04 :

Vim
1
apt-get update && apt-get install docker.io

We will symlink for easy to use and update to latest version of Docker :

Vim
1
2
3
4
5
ln -sf /usr/bin/docker.io /usr/local/bin/docker && sed -i '$acomplete -F _docker docker' /etc/bash_completion.d/docker.io
# curl the bash script
curl -s https://get.docker.io/ubuntu/ | sudo sh
# add user, change with user-name
user mod -a -G docker user-name

Exit from the SSH session and freshly start a SSH session after logging out :

Vim
1
2
service docker.io stop
exit

after login via SSH, edit the Docker configuration file :

Vim
1
2
3
4
5
nano /etc/default/docker.io
# add this
DOCKER="/usr/bin/docker.io"
# restart docker
service docker.io restart

 

Manage Containers with Docker on Ubuntu

 

Container Management with Docker is a big topic, we are just providing a basic idea :

Vim
1
2
3
docker pull ubuntu
# login to bash shell
docker run -i -t ubuntu /bin/bash

Actually on Rackspace we have read to use Rackspace Deployment – we do not need to do the steps of installation manually. Right now, the steps are for learning purpose only.

Tagged With Add image from docker io/ubuntu:latest
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 Docker on Ubuntu on Cloud Server to Manage Containers

  • 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.

  • Analysis of Docker in DevOps : Part II

    In first part of the series of articles on Analysis of Docker in DevOps, we discussed the basic terminologies and concepts around Docker and DevOps. As per our previously declaired plan, Dockers implementation will be discussed after discussing the specific requirements within software projects. In this part, requirements will be discussed. IT has several requirements […]

  • Analysis of Docker in DevOps : Part I

    Analysis of Docker in DevOps is a Series of Articles to Discuss the Solving Problems Arising within DevOps and Possible Fields of Application.

  • 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.

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