Skip to content

Commit

Permalink
Update docker installation guideline for storage.
Browse files Browse the repository at this point in the history
The New base image(fedora:36) uses glibc >= 2.34 which relies on
clone3(2) sys call. Docker <= 20.10.9 is not able to serve that
sys call properly.
Setup the required docker version to 21.10.10 in the storage
recipes to avoid this error.

Signed-off-by: Artsiom Koltun <[email protected]>
  • Loading branch information
artek-koltun committed Jun 1, 2022
1 parent 1b97136 commit edb19b4
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 edb19b4

Please sign in to comment.