Use and install Docker on Linux Step by Step

Within this new guide today we will talk about how to use and install Docker on Linux, one of the most popular tools on the operating system.

How to use and install Docker on Linux

Docker: what it is

Docker is a powerful tool that works on almost all Linux distributions, used by users to quickly and easily download many images. Docker is considered one of the best tools that Linux has to offer. However, it is not supplied as standard with the distros.

The fact that Docker is not pre-installed is on the one hand understandable as it is a fairly complex tool. At this time, the program can be easily downloaded and installed on most popular Linux distros such as UbuntuDebian and Fedora. However, the possibility of installing it via Snap has recently been introduced.

How to install Docker on Ubuntu

In case you were a Ubuntu equipped computer, then keep reading the next few lines to find out how to install Docker.

However, before doing this, you need to update the Ubuntu apt package cache and install any software updates. To do this, run sudo apt update first and then sudo apt upgrade. Once the system has been updated correctly, you will need to install some important packages to allow the Ubuntu package manager to better interact with the HTTPS download. To do this, open the terminal and type in:

sudo apt-get install

apt-transport-https

ca-certificates

curl

software-properties-common

The next step to take is to add the GPG key to the Docker software repository. This is a very important operation since Ubuntu will not install the program without it. So, use the command curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -.

Once the key is downloaded, add the Docker CE software repository to Ubuntu using the command:

sudo add-apt-repository

"Deb [arch = amd64] https://download.docker.com/linux/ubuntu

$ (lsb_release -cs)

stable"

Finally, update the Ubuntu software sources again and install the Docker software to complete the installation process using the command sudo apt update && sudo apt install docker-ce.

How to install Docker on Debian

Before installing Docker on Debian, you need to update the system to allow the program to work properly on your computer. So, run sudo apt-get update first and then sudo apt-get upgrade.

Once this is done, you need to install some tools to correctly download the Docker packages.

If you have the Stretch or Jessie versions, use the command:

sudo apt-get install

apt-transport-https

ca-certificates

curl

gnupg2

software-properties-common

If you have Debian Wheezy, instead, take advantage of the command:

sudo apt-get install

apt-transport-https

ca-certificates

curl

python-software-properties

Once added the tools you need to install the GPG repository key on Debian. Be careful because this is a fundamental step that will allow you to install the program correctly. To do this, use the command curl -fsSL https://download.docker.com/linux/$ (. / Etc / os-release; echo “$ ID”) / gpg | sudo apt-key add – .

Now, you need to add the Docker CE software repository to the list of Debian sources through the command:

sudo add-apt-repository

"Deb [arch = amd64] https://download.docker.com/linux/$ (. / Etc / os-release; echo" $ ID ")

$ (lsb_release -cs)

stable"

Now, you need to update the Linux distro software sources a second time and proceed with the Docker installation. You can do this through the commands sudo apt-get update && sudo apt-get install docker-ce.

How to install Docker on Fedora

Before proceeding with the installation of Docker on Fedora, you need to install some Dnf plugins as they are important because they allow the installation of the software in a much simpler way. So to install the Dnf plugins, use the command sudo dnf -y install dnf-plugins-core.

Once installed correctly, you need to add the current software repository to the computer using the command:

sudo dnf config-manager

-add-repo

https://download.docker.com/linux/fedora/docker-ce.repo

The addition of the official software repository for Dnf and Fedora will allow for regular Docker software updates.

In conclusion, install the program directly from the Fedora package manager to complete the operation using the sudo dnf install docker-ce command.

install docker in linux 2

How to install Docker via Snap

If you fail to install Docker correctly on the Linux distribution, you can use Snap. Before proceeding with the installation of the Snap version on your Linux PC, it is necessary to install and configure Snapd. In this case, we recommend that you take our dedicated guide as a reference.

  • How to use and install Snap packages on Linux

Once this is done, use the sudo snap install docker –edge command to install Docker via Snap.

At this point, you need to complete the configuration process using the commands listed below, taking care to replace the username in the third command with the username you intend to use on Docker.

sudo snap connect docker: home

sudo groupadd –system docker

sudo usermod -a -G docker username

newgrp docker

sudo snap disable docker

sudo snap enable docker

How to use Docker on Linux

Once Docker is properly installed on your Linux PC, you can easily upload or download your favorite images without spending a penny using the Docker Hub website. To get a Docker image on Linux via Docker Hub, you must use the pull command.

Below are the steps to follow:

  • Open the default browser, connect to the Web site of Docker Hub, and then click on Sign Up at the top right.
  • On the new page that appears, register a new account by filling in the required fields, confirming your identity and pressing Continue.
  • Once the creation of the new account is complete, return to the Docker Hub home page and this time press on Sign In at the top right and access your account by filling in the required fields.
  • In the next step, you are ready to start downloading Docker images. To do this, locate the search field at the top left and type in the term corresponding to the image you want to download.
  • Once you have chosen the image, click on it to access the dedicated page.
  • At this point, locate the Copy and paste to pull this image section at the top right where a little further down you will find the official command to download it (eg docker pull mysql ).
  • Now, press on ‘icon of the two sheets to copy and then paste the command in the terminal using the key combination Ctrl + Shift + V.
  • Complete the operation by giving consent to execute the pull command so that you can download the image. Once the download is complete, refer to the image page because you will find the official instructions for how to use it.

How to uninstall a Docker image

To delete a Docker image installed on Linux you need to use the rmi command. However, before removing it, you need to run the images command to see the name of the images in the system.

Therefore, execute the command docker images in the terminal . After that, take a look at the list that appears and copy the name of the image you want to remove. Once this is done, enter the command docker rmi in the window followed by the name of the image (eg docker rmi mysql ).

Doubts or problems? We help you!

If you have any doubt or query related to article then feel free to contact us.

Leave a Comment

Your email address will not be published. Required fields are marked *

We use cookies for providing you with the best-possible user experience. By using PrivacySavvy, you accept our privacy policy.
Cookies settings
Accept
Privacy & Cookie policy
Privacy & Cookies policy
Cookie name Active

Privacy Policy

What information do we collect?

We collect information from you when you register on our site or place an order. When ordering or registering on our site, as appropriate, you may be asked to enter your: name, e-mail address or mailing address.

What do we use your information for?

Any of the information we collect from you may be used in one of the following ways: To personalize your experience (your information helps us to better respond to your individual needs) To improve our website (we continually strive to improve our website offerings based on the information and feedback we receive from you) To improve customer service (your information helps us to more effectively respond to your customer service requests and support needs) To process transactions Your information, whether public or private, will not be sold, exchanged, transferred, or given to any other company for any reason whatsoever, without your consent, other than for the express purpose of delivering the purchased product or service requested. To administer a contest, promotion, survey or other site feature To send periodic emails The email address you provide for order processing, will only be used to send you information and updates pertaining to your order.

How do we protect your information?

We implement a variety of security measures to maintain the safety of your personal information when you place an order or enter, submit, or access your personal information. We offer the use of a secure server. All supplied sensitive/credit information is transmitted via Secure Socket Layer (SSL) technology and then encrypted into our Payment gateway providers database only to be accessible by those authorized with special access rights to such systems, and are required to?keep the information confidential. After a transaction, your private information (credit cards, social security numbers, financials, etc.) will not be kept on file for more than 60 days.

Do we use cookies?

Yes (Cookies are small files that a site or its service provider transfers to your computers hard drive through your Web browser (if you allow) that enables the sites or service providers systems to recognize your browser and capture and remember certain information We use cookies to help us remember and process the items in your shopping cart, understand and save your preferences for future visits, keep track of advertisements and compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future. We may contract with third-party service providers to assist us in better understanding our site visitors. These service providers are not permitted to use the information collected on our behalf except to help us conduct and improve our business. If you prefer, you can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies via your browser settings. Like most websites, if you turn your cookies off, some of our services may not function properly. However, you can still place orders by contacting customer service. Google Analytics We use Google Analytics on our sites for anonymous reporting of site usage and for advertising on the site. If you would like to opt-out of Google Analytics monitoring your behaviour on our sites please use this link (https://tools.google.com/dlpage/gaoptout/)

Do we disclose any information to outside parties?

We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information. This does not include trusted third parties who assist us in operating our website, conducting our business, or servicing you, so long as those parties agree to keep this information confidential. We may also release your information when we believe release is appropriate to comply with the law, enforce our site policies, or protect ours or others rights, property, or safety. However, non-personally identifiable visitor information may be provided to other parties for marketing, advertising, or other uses.

Registration

The minimum information we need to register you is your name, email address and a password. We will ask you more questions for different services, including sales promotions. Unless we say otherwise, you have to answer all the registration questions. We may also ask some other, voluntary questions during registration for certain services (for example, professional networks) so we can gain a clearer understanding of who you are. This also allows us to personalise services for you. To assist us in our marketing, in addition to the data that you provide to us if you register, we may also obtain data from trusted third parties to help us understand what you might be interested in. This ‘profiling’ information is produced from a variety of sources, including publicly available data (such as the electoral roll) or from sources such as surveys and polls where you have given your permission for your data to be shared. You can choose not to have such data shared with the Guardian from these sources by logging into your account and changing the settings in the privacy section. After you have registered, and with your permission, we may send you emails we think may interest you. Newsletters may be personalised based on what you have been reading on theguardian.com. At any time you can decide not to receive these emails and will be able to ‘unsubscribe’. Logging in using social networking credentials If you log-in to our sites using a Facebook log-in, you are granting permission to Facebook to share your user details with us. This will include your name, email address, date of birth and location which will then be used to form a Guardian identity. You can also use your picture from Facebook as part of your profile. This will also allow us and Facebook to share your, networks, user ID and any other information you choose to share according to your Facebook account settings. If you remove the Guardian app from your Facebook settings, we will no longer have access to this information. If you log-in to our sites using a Google log-in, you grant permission to Google to share your user details with us. This will include your name, email address, date of birth, sex and location which we will then use to form a Guardian identity. You may use your picture from Google as part of your profile. This also allows us to share your networks, user ID and any other information you choose to share according to your Google account settings. If you remove the Guardian from your Google settings, we will no longer have access to this information. If you log-in to our sites using a twitter log-in, we receive your avatar (the small picture that appears next to your tweets) and twitter username.

Children’s Online Privacy Protection Act Compliance

We are in compliance with the requirements of COPPA (Childrens Online Privacy Protection Act), we do not collect any information from anyone under 13 years of age. Our website, products and services are all directed to people who are at least 13 years old or older.

Updating your personal information

We offer a ‘My details’ page (also known as Dashboard), where you can update your personal information at any time, and change your marketing preferences. You can get to this page from most pages on the site – simply click on the ‘My details’ link at the top of the screen when you are signed in.

Online Privacy Policy Only

This online privacy policy applies only to information collected through our website and not to information collected offline.

Your Consent

By using our site, you consent to our privacy policy.

Changes to our Privacy Policy

If we decide to change our privacy policy, we will post those changes on this page.
Save settings
Cookies settings