From 237c7318a1ed523b1392b1e6bc7a66724adfef14 Mon Sep 17 00:00:00 2001 From: "jonas@geiger-natur.de" Date: Sun, 3 Nov 2024 11:51:11 +0100 Subject: [PATCH] Installation guide on Synology-DSM container manager --- Portainer/README.md | 18 ++++++++++++++++++ README.md | 1 + 2 files changed, 19 insertions(+) create mode 100644 Portainer/README.md diff --git a/Portainer/README.md b/Portainer/README.md new file mode 100644 index 0000000..76829d9 --- /dev/null +++ b/Portainer/README.md @@ -0,0 +1,18 @@ +# Portainer + +## Why Portainer? + +[Portainer](https://www.portainer.io/) allows you to deploy container very easily but also in gread detail. I recommend using stacks with docker-compose for deployment. Portainer is necessary to build a [Macvlan](../Macvlan/README.md) + +## Installation Guide + +### Synology-DSM + +- Create a `portainer` folder where you like to store the data (recommended within your docker directory) +- Install and open [Container Manager](https://www.synology.com/de-de/dsm/feature/container-manager) +- Select Tab `Container` and select `Create` +- Click on the Image-Dropdown, choose `Add image` and type `portainer-ce` into the search-box. Then select `portainer/portainer-ce` and click on `Download` +- Define a Container Name and choose `Next` +- Fill the port mapping +- Click on `Add Folder` and select your `portainer` folder +- Choose `Next` and `Done` \ No newline at end of file diff --git a/README.md b/README.md index ed96d69..1cac8f9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # ContainerManagement Installation guides for some container applications +- [Portainer](Portainer/README.md) - [Vaultwarden](Vaultwarden/README.md) - [Macvlan](Macvlan/README.md) - [Paperless-ngx](Paperlessngx/README.md) \ No newline at end of file