Update Containers/Portainer/Deploy Portainer.md
This commit is contained in:
@ -4,10 +4,13 @@ We need to update the server before installing Docker
|
|||||||
=== "Ubuntu Server"
|
=== "Ubuntu Server"
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
sudo apt update
|
sudo apt update # (1)
|
||||||
sudo apt upgrade
|
sudo apt upgrade # (2)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
1. :man_raising_hand: I'm a code annotation! I can contain `code`, __formatted
|
||||||
|
text__, images, ... basically anything that can be written in Markdown.
|
||||||
|
|
||||||
=== "Rocky Linux"
|
=== "Rocky Linux"
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
|
Reference in New Issue
Block a user