From fa9cb4fd54cf67d442acdb59b2d489ec535b8174 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Sun, 10 Jan 2021 18:43:57 -0800 Subject: [PATCH] Add simple commands to install Docker on Ubuntu/Debian. --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dabbc8e..f8f882f 100644 --- a/README.md +++ b/README.md @@ -147,10 +147,14 @@ Dependencies - Docker - Docker-compose -To run this you first need to download docker for whichever operating system you -are using. You can find documentation about [how to install][5]. It is -recommended to use these instead of the one from your package managers. After you -have downloaded and installed docker, install docker-compose from [here][6]. +To install these on Ubuntu/Debian: + +``` +$ sudo apt install docker.io docker-compose +``` + +For other systems, you can read the official Docker documentation to install +the dependencies from [here][5] and [here][6]. Configuration