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"
|
||||
|
||||
``` sh
|
||||
sudo apt update
|
||||
sudo apt upgrade
|
||||
sudo apt update # (1)
|
||||
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"
|
||||
|
||||
``` sh
|
||||
|
Reference in New Issue
Block a user