From e7d75dc5e2b6d56e5c4d1fb92444dfbc0156ded4 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Fri, 22 Dec 2023 05:41:25 -0700 Subject: [PATCH] Update Containers/Portainer/Deploy Portainer.md --- Containers/Portainer/Deploy Portainer.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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