Install Docker on Ubuntu

Set up the repository Update the apt package index and install packages to allow apt to use a repository over HTTPS: Add Docker’s official GPG key: Use the following command to set up the stable repository. Install Docker Engine Update the apt package index, and install the latest version of Docker Engine and containerd, or … Read more

Install Docker on Debian

Set up the repository Update the apt package index and install packages to allow apt to use a repository over HTTPS: Add Docker’s official GPG key: Use the following command to set up the stable repository. Install Docker Engine Update the apt package index, and install the latest version of Docker Engine and containerd, or … Read more

Docker Network and Other Commands

Docker Network commands Docker Example To illustrate this, we will use a Hive and Hadoop environment, containing 5 Docker Containers from – https://github.com/mesmacosta/docker-hive. Since I am on windows, I use Github desktop. Launch Github desktop and then go to File >> Clone Repository >> URL. Go to https://github.com/mesmacosta/docker-hive – Click on Code > Copy. Paste … Read more