Skip to content

Commit

Permalink
Merge pull request #163 from intelfisz/feat-update-docker-requirement…
Browse files Browse the repository at this point in the history
…s-for-storage

Update docker installation guideline for storage.
  • Loading branch information
artek-koltun authored Jun 7, 2022
2 parents 20afafd + edb19b4 commit 8418c8f
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions build/storage/recipes/environment_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,12 @@ $ sudo apt install wget
```

### docker
```
$ sudo dnf install docker
```
or
```
$ sudo apt install docker
```
Docker 21.10.10 or greater is required.

Installation guideline for [Fedora](https://docs.docker.com/engine/install/fedora/).

Installation guideline for [Ubuntu](https://docs.docker.com/engine/install/ubuntu/).

**Note:**
Make sure that required proxy settings are configured for docker.
Please, refer to [this](https://docs.docker.com/config/daemon/systemd/#httphttps-proxy)
Expand Down

0 comments on commit 8418c8f

Please sign in to comment.