Update Containers/Portainer/Deploy Portainer.md

This commit is contained in:
Nicole Rappe
2024-01-16 00:45:57 -07:00
parent 937208d8f7
commit 91508ec6ac

View File

@ -17,6 +17,13 @@ We need to update the server before installing Docker
### Deploy Docker ### Deploy Docker
Install Docker then deploy Portainer Install Docker then deploy Portainer
Convenience Script:
```
curl -fsSL https://get.docker.com | sudo sh
```
Alternative Methods:
=== "Ubuntu Server" === "Ubuntu Server"
``` sh ``` sh