Skip to content
Snippets Groups Projects
Unverified Commit a0e805e7 authored by Kareem Farid's avatar Kareem Farid Committed by GitHub
Browse files

Add docker upgrade instructions to docs (#2132)


Signed-off-by: default avatarKareem Farid <kareefardi@users.noreply.github.com>
parent 97f0c760
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,10 @@ supported.
First, install Docker following the steps provided [in this link](https://docs.docker.com/engine/install/).
:::{note}
Make sure Docker is up to date with the latest release provided by your distribution.
:::
Test if installation was successful:
```
......
......@@ -12,5 +12,13 @@ brew install python make
brew install --cask docker
```
If brew and the dependencies are already installed, make sure they are up to date:
```sh
brew update
brew upgrade python make
brew upgrade --cask docker
```
```{include} installation_common_section.md
```
......@@ -13,6 +13,11 @@ Only Ubuntu 20.04 and above are supported.
Next, install Docker.
Follow [the instructions provided in the Docker documentation here](https://docs.docker.com/engine/install/ubuntu/) as the steps provided below might be outdated.
:::{note}
If Docker is already installed, make sure that it is up to date by
[following these instructions in the Docker documentation](https://docs.docker.com/engine/install/ubuntu/#upgrade-docker-engine-1)
:::
:::{warning}
The steps below might become outdated, it is encouraged to follow the link to the official Docker documentation.
:::
......
......@@ -10,6 +10,11 @@ The following is the recommended installation method under Windows. Other virtua
1. Follow [official Microsoft documentation for WSL located here](https://docs.microsoft.com/en-us/windows/wsl/install) to install the WSL 2. Make sure your OS version supports WSL 2.
2. Follow [official steps to Install Docker Desktop on Windows located here](https://docs.docker.com/desktop/install/windows-install/).
:::{note}
Make sure to update Docker if it is already installed.
:::
3. Make sure that `WSL 2 Docker engine` is enabled and `Settings` -> `Resource` -> `WSL Integration` is enabled
4. Make sure that option `Start Docker Desktop when you login` is enabled in `Docker Desktop` -> `Settings`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment