On Linux
Install and start Docker on Linux.
Step 1: Identify Linux Distribution Version
Identifying your Linux distribution and version is crucial for selecting the appropriate Docker installation instructions.
Open a terminal window.
Execute the command:
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