Skip to content

Commit

Permalink
engine: add note about ubuntu codename for derivatives
Browse files Browse the repository at this point in the history
* Update ubuntu.md

Add command to set up the repo for ubuntu-based linux distro

* Update engine/install/ubuntu.md

Co-authored-by: David Karlsson <[email protected]>

---------

Co-authored-by: David Karlsson <[email protected]>
  • Loading branch information
gluonhiggs and dvdksn authored May 22, 2023
1 parent 63bb2b0 commit b4bd924
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions engine/install/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ Docker from the repository.
"$(. /etc/os-release && echo "$VERSION_CODENAME")" stable" | \
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
```
> **Note**
>
> If you use an Ubuntu derivative distro, such as Linux Mint,
> you may need to use `UBUNTU_CODENAME` instead of `VERSION_CODENAME`.

#### Install Docker Engine

Expand Down

0 comments on commit b4bd924

Please sign in to comment.