Skip to content

Commit 007d464

Browse files
committed
update the docker installation guide
1 parent 9bedfab commit 007d464

1 file changed

Lines changed: 16 additions & 12 deletions

File tree

docs/prerequisites/docker.rst

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,29 @@
33
Setup Docker (for Linux based variants only)
44
############################################
55

6-
In-order to setup FLINT by using docker containers, please follow the instructions below:
6+
In-order to setup FLINT by using docker containers, please follow the instructions below based on your Linux Distro.
7+
If your Linux distro is not listed below, please checkout the `Docker official installation guides <https://docs.docker.com/engine/install/>`_ for more information:
78

8-
* Open a terminal window (ctrl+alt+T) and type the following to update the default repositories:
9-
::
9+
* **Install on CentOS**
1010

11-
sudo apt-get update
11+
In order to setup the latest version of Docker on CentOS, checkout the official `Docker installation guide for CentOS <https://docs.docker.com/engine/install/centos/>`_ .
1212

13-
* Now in order to install docker, type the following command:
14-
::
13+
* **Install on Fedora**
1514

16-
sudo apt install docker.io
15+
In order to setup the latest version of Docker on Fedora, checkout the official `Docker installation guide for Fedora <https://docs.docker.com/engine/install/fedora/>`_ .
1716

18-
* The docker service needs to be setup to run at startup. To do so, type in each command followed by enter:
19-
::
17+
* **Install on Debian**
18+
19+
In order to setup the latest version of Docker on Debian, checkout the official `Docker installation guide for Debian <https://docs.docker.com/engine/install/debian/>`_ .
20+
21+
* **Install on Ubuntu**
22+
23+
In order to setup the latest version of Docker on Ubuntu, checkout the official `Docker installation guide for Ubuntu <https://docs.docker.com/engine/install/ubuntu/>`_ .
2024

21-
sudo systemctl start docker
22-
sudo systemctl enable docker
25+
Test Docker version
26+
===================
2327

24-
* Verify if the docker installation is successful by running the following command. If the following command does not return the version of the docker, your installation has been unsuccessful, please try again.
28+
Verify if the docker installation is successful by running the following command. If the following command does not return the version of the docker, your installation has been unsuccessful, please try again.
2529
::
2630

2731
docker --version

0 commit comments

Comments
 (0)