Skip to content

Install Docker

mookiekim edited this page Jan 19, 2018 · 14 revisions

For platform-specific instructions, please consult the official documentation.

Install docker-compose (only for development/single-server setup)

asciicast

You need to install docker-compose separately.
Check out the official documentation.

Run docker commands without sudo (required)

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.

Install nvidia-docker (only for GPU-enabled agents)

Check out the official repository for instructions.

Clone this wiki locally