Installation guide on Synology-DSM container manager

This commit is contained in:
jonas@geiger-natur.de
2024-11-03 11:51:11 +01:00
parent 482b91fa2f
commit 237c7318a1
2 changed files with 19 additions and 0 deletions

18
Portainer/README.md Normal file
View File

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

View File

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