|
3 | 3 | Setup Docker (for Linux based variants only) |
4 | 4 | ############################################ |
5 | 5 |
|
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: |
7 | 8 |
|
8 | | -* Open a terminal window (ctrl+alt+T) and type the following to update the default repositories: |
9 | | -:: |
| 9 | +* **Install on CentOS** |
10 | 10 |
|
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/>`_ . |
12 | 12 |
|
13 | | -* Now in order to install docker, type the following command: |
14 | | -:: |
| 13 | +* **Install on Fedora** |
15 | 14 |
|
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/>`_ . |
17 | 16 |
|
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/>`_ . |
20 | 24 |
|
21 | | - sudo systemctl start docker |
22 | | - sudo systemctl enable docker |
| 25 | +Test Docker version |
| 26 | +=================== |
23 | 27 |
|
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. |
25 | 29 | :: |
26 | 30 |
|
27 | 31 | docker --version |
0 commit comments