Docker Quick Installation
· One min read
The purpose of the install script is for a convenience for quickly installing the latest Docker-CE releases on the supported linux distros. It is not recommended to depend on this script for deployment to production systems.
$ curl -fsSL https://get.docker.com | sh
$ sudo usermod -aG docker $USER && newgrp docker