Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 642 Bytes

File metadata and controls

37 lines (25 loc) · 642 Bytes
title Linux Desktop setup for Docker
nextpage VerifyInstall

{% include nav.html %}

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/

{% include next.html %}