Installing Docker engine for Linux distributions

I recently started a brief project involving docker containers and their "network" capabilities. It is exciting to delve into the topic, and I decided to share the steps where I find I've needed help to maybe aid others in my position. So, to start this set of articles, we will do it from the beginning. Installing Docker on our Linux distro of preference.

Installing a program on Linux may be challenging, but overall, it is easy.

This is typically done through the package manager specific to the distro. Here, I list instructions from a few popular Linux distros.


I have already used the commands to install and enable my Docker. However, I kept getting an error regarding permission denied.

Remember to add your user to the docker group to be able to run Docker commands without using sudo:


Please note that these instructions are general guidelines and may have slight variations depending on your specific Linux distribution and version. You should refer to the official documentation for your distribution for the most accurate instructions.


References

https://docs.docker.com/engine/install/

https://stackoverflow.com/questions/48957195/how-to-fix-docker-got-permission-denied-issue