Skip to content

Docker for Linux

Syed Sayem edited this page Mar 10, 2019 · 1 revision

Install script provided by Docker:

curl -sSL https•//get.docker.com/ | sh

If you would like to use Docker as a non-root user, you should now consider adding your user to the “docker” group with something like:

sudo usermod -aG docker your-user

Remember to log out and back in for this to take effect!

Clone this wiki locally