Your Webhosting Questions
Answered by the Webhosting Experts
Tags
...
...

How to Install Docker on Ubuntu 14.04 LTS

  1. First, log in to your Ubuntu server as the root user using your favorite SSH client.
  2. Next, you’ll want to update your operating system with all the latest packages. To do this, use the command:

    sudo apt-get update

  3. To install Docker, you will first need to install the Docker Package using the command:

    apt-get -y install docker.io

  4. Next, you’ll need to configure the proper path and links to ensure that docker will work properly. You can do this by using the commands:

    ln -sf /usr/bin/docker.io /usr/local/bin/docker
    sed -i ‘$acomplete -F _docker docker’ /etc/bash_completion.d/docker

  5. To enable Docker to start when your server boots up, use the command:

    update-rc.d docker.io defaults

  6. Lastly, you’ll need to download the docker container using the commands:

    docker pull Ubuntu
    docker run -i -t ubuntu /bin/bash

And there you have it!

 

Popular Links

Looking for more information on Ubuntu? Search our Knowledge Base!

Interested in more articles about Operating Systems? Navigate to our Categories page using the bar on the left or check out these popular articles:

Popular tags within this category include: Linux, Windows, Apache, CentOS, Debian, Fedora, RedHat, and more.

Don’t see what you’re looking for? Use the search bar at the top to search our entire Knowledge Base.

 

The Hivelocity Difference

Seeking a better Dedicated Server solution? In the market for Private Cloud or Colocation services? Check out Hivelocity’s extensive list of products for great deals and offers.

With best-in-class customer service, affordable pricing, a wide-range of fully-customizable options, and a network like no other, Hivelocity is the hosting solution you’ve been waiting for.

Unsure which of our services is best for your particular needs? Call or live chat with one of our sales agents today and see the difference Hivelocity can make for you.

Need More Personalized Help?

If you have any further issues, questions, or would like some assistance checking on this or anything else, please reach out to us from your my.hivelocity.net account and provide your server credentials within the encrypted field for the best possible security and support.

If you are unable to reach your my.hivelocity.net account or if you are on the go, please reach out from your valid my.hivelocity.net account email to us here at: [email protected]. We are also available to you through our phone and live chat system 24/7/365.

Tags +
...