Synology install

Synology does not support docker swarm well. Can I use docker to install it?
9 Replies
TY
TY7mo ago
Which Synology do you have? - i would think the CPU would be too weak to perform well also running dokploy and several other containers etc. But I could be wrong 🙂 what synology swarm issues are there? (Have you seen this recent article on installing portainer on your Synology? - this might make it easier to install Dokploy ?
https://mariushosting.com/synology-portainer-vs-container-manager/ Is your question, if you can install Dokploy on synology (from command line) or if you can install Dokploy from inside a container running on Synology continer (docker)? If the later, the install script specifically checks if it is running inside a container and will exit with an error if so. Therefore I don't think you can install dokploy from inside a container. (However, installing it on the synology uses docker to create a dokploy container but also having some directory mounts etc. If you install it directly, the dokploy installer must be run as root and I think you would also need to address firewall/port opens on the synology.
If you try, let us know?
Marius Hosting
Synology: Portainer vs Container Manager
Trustworthy expert guide to your Synology NAS.
No description
ǼǾՖ唯一ی
ǼǾՖ唯一یOP7mo ago
The model is DS220+. It's quite difficult to set up Docker Swarm on Synology, so I was wondering if I could run it on Docker instead. However, I'm getting an error.
No description
Siumauricio
Siumauricio7mo ago
Docker swarm is used only by applications, if you want to use regular containers you can use docker compose
ǼǾՖ唯一ی
ǼǾՖ唯一یOP7mo ago
I didn't see the documentation; is it this one?
manual-installation
I ran the following command directly:
sudo docker run -d --name dokploy --network dokploy-network -v /var/run/docker.sock:/var/run/docker.sock -v /volume1/docker/dokploy:/etc/dokploy -p 8787:3000 -e TRAEFIK_SSL_PORT=444 -e TRAEFIK_PORT=81 dokploy/dokploy:latest
sudo docker run -d --name dokploy --network dokploy-network -v /var/run/docker.sock:/var/run/docker.sock -v /volume1/docker/dokploy:/etc/dokploy -p 8787:3000 -e TRAEFIK_SSL_PORT=444 -e TRAEFIK_PORT=81 dokploy/dokploy:latest
but it's wrong
手动安装
学习如何在服务器上手动安装 Dokploy。
ǼǾՖ唯一ی
ǼǾՖ唯一یOP7mo ago
?
Siumauricio
Siumauricio7mo ago
what error do you have?
pranjalpruthi
pranjalpruthi3mo ago
ah how host to dokploy on synology nas is this the image https://hub.docker.com/r/gentslava/dokploy
pranjalpruthi
pranjalpruthi3mo ago
ah can u tell how u install dokploy on synology cause even coolify i could'nt find
No description
pranjalpruthi
pranjalpruthi3mo ago
sed it not work
No description

Did you find this page helpful?