Complete Guide to Installing and Using Docker: A Practical Approach
How to install Docker ?
Install Docker on Ubuntu : PROD
A. Set up the repository
Update the apt package index and install packages to allow apt to use a repository over HTTPS
sudo apt-get update
sudo apt-get install \
ca-certificates \
cur...
devopspratik.hashnode.dev4 min read