Synology Docker portainer
How to Install Portainer on Your Synology NAS
https://mariushosting.com/how-to-install-portainer-on-your-synology-nas/
Don't install from Docker Hun.
1. install Docker
2. Create portainer folder under Docker folder.
3. login SSH as root and run command below.
docker run -d -p 8000:8000 -p 9000:9000 --name=portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v /volume1/docker/portainer:/data portainer/portainer-ce
4. login the portainer http://ip:9000 and create password, select local Docker
5. In the right sidebarm click on Endpoints then select the local and click on it. change the public IP and point to your NAS.
6. Done.
Comments
Post a Comment