-
Notifications
You must be signed in to change notification settings - Fork 158
Install Docker
mookiekim edited this page Jan 19, 2018
·
14 revisions
For platform-specific instructions, please consult the official documentation.
You need to install docker-compose separately.
Check out the official documentation.
By default, you need sudo to execute docker commands.
To do so without sudo, add yourself to the system docker
group.
$ sudo usermod -aG docker $USER
It will work after restarting your login session.
Check out the official repository for instructions.