Add simple commands to install Docker on Ubuntu/Debian.
This commit is contained in:
committed by
Abhilash Raj
parent
df8f067030
commit
fa9cb4fd54
12
README.md
12
README.md
@@ -147,10 +147,14 @@ Dependencies
|
|||||||
- Docker
|
- Docker
|
||||||
- Docker-compose
|
- Docker-compose
|
||||||
|
|
||||||
To run this you first need to download docker for whichever operating system you
|
To install these on Ubuntu/Debian:
|
||||||
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].
|
$ 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
|
Configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user