Series: Instructions for installing and using the Docker

This category will guide you how to install and work with Docker.

Recently, you’ve heard a lot about docker. So what is docker? What does it do and why should we use it? Before we find out what it is, let’s see this one first. What is a container? According to information from the docker home page, the container defines the following: A container is a standard

This article will guide you to install Docker on Linux Mint. Docker is mainly used on Linux computers, including servers and personal computers. Developers can install Docker on their computers and create perfect dev environments. Add Docker GPG key to Linux Mint You can switch to user root to execute commands or use sudo. Update

This article will show you how to search for a container image. Thereby you will get the image you need to launch the container. Docker Hub First, I have to talk about Docker Hub. This is a huge Docker library, it contains image containers here and allows you to download. Docker Hub is a place

How to list the tag of a container image? In the previous article, you already know what the tag of an image container is. On the Docker Hub website, you can see all the tags easily. But if you use the search command, how can you list all tags of an image? Docker registry API