Skip to the content.

Linux Desktop setup for Docker

Install Git

Instructions will vary based on your Linux distribution. These instructions have not been tested. Please report your results with these instructions.

CentOS

sudo yum install git

Debian, Ubuntu

sudo apt-get install git

Fedora

sudo dnf install git

Install Docker CE for your Linux distribution

Install both docker and docker-compose.

Start with the following instructions. Reach out for assistance.

https://docs.docker.com/engine/install/