Installing Docker on Linux

Step 1: Identify Linux Distribution Version

Identifying your Linux distribution and version is crucial for selecting the appropriate Docker installation instructions.

  1. Open a terminal window.

  2. Execute the command:

cat /etc/*release

This command will output information about your Linux distribution and version.

Step 2: Follow Installation Instructions Based on Your Version

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

And switch to the tab of your version, follow the instructions to install Docker.

Last updated