DevOps

How to Create a Public/Private Repository in Docker Hub and connect it remotely using command line

What is a Docker Hub Docker Hub is the central place used for keeping the Docker images either in a…

How To Get Information About a Container In Docker

Here is a short note on how to pull information of the container running on the host. This is similar…

How to install docker on CentOS / RHEL / Fedora

What is docker Docker is a container-management system that helps us easily manage Linux Containers (LXC) in an easier and…

How to use variables in shell scripts

A variable is simply a placeholder for some value. The value can change; however, the variable name will always be…

How to debug shell scripts

When a script does not work properly, we need to determine the location of the problem. The UNIX/Linux shells provide…

How to configure docker to use proxy

A proxy is required when the server running Docker does not have direct access to the Internet. Configure the Docker…