Docker

Installing docker on ubuntu

Update aptand install packages to allow apt to use a repository over HTTPS$ sudo apt-get update $ sudo apt-get install \ ca-certificates \ curl \ gnupg \ lsb-releaseAdd GPG key$ sudo mkdir -p /etc/apt/keyrings curl -fsSL https://download.docker.com/linux/ubuntu/gpg…


Get started with Docker on Windows – Tutorial 1

First you need to have docker platform (docker toolbox) installed in your computer.You need to have an account created in docker hub to download the docker toolboxIf you do not have enterprise or professional windows…