@ -32,16 +32,70 @@ You have found the easiest way to install & manage WireGuard on any Linux host!
### 1. Install Docker
If you haven't installed Docker yet, install it by running:
You can follow this instruction, but don't forget to take a look to the [Docker documentation](https://docs.docker.com/engine/install/).
```bash
$ curl -sSL https://get.docker.com | sh
$ sudo usermod -aG docker $(whoami)
$ exit
```
### 1. Install Docker
#### a. Install using the convenience script (🏗 for test & development )
Docker provides a convenience script at get.docker.com to install Docker into development environments quickly and non-interactively. The convenience script is not recommended for production environments:
```bash
$ curl -sSL https://get.docker.com | sh
$ sudo usermod -aG docker $(whoami)
$ exit
```
And log in again.
#### OR
#### b. Install using the repository (✅ production ready)
##### 1. Need to set up the repository ?
If you have trouble installing Docker Engine, you need to set up the Docker repositor.
1. Update the `apt` package index and install packages to allow `apt` to use a