# Install Docker on Linux with one command

Run this command to install

`
curl -fsSL https://get.docker.com/ | sh
`

`
sudo usermod -aG docker $(whoami)
`
