diff --git a/Containers/Portainer/Deploy Portainer.md b/Containers/Portainer/Deploy Portainer.md index 2a4f7f5..75c010a 100644 --- a/Containers/Portainer/Deploy Portainer.md +++ b/Containers/Portainer/Deploy Portainer.md @@ -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