Update Containers/Portainer/Deploy Portainer.md

This commit is contained in:
Nicole Rappe
2023-12-22 05:41:25 -07:00
parent 7e0fd53f51
commit e7d75dc5e2

View File

@ -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