Windows installation
Has anyone successfully deployed this on windows and if so how? I have attempted both docker-desktop and docker on WSL not attached to docker desktop
21 Replies
WSL will work
I have not been able to get it to succesfully work out of the box. Are there any modifications you made?
~$ curl -sSL https://dokploy.com/install.sh | sudo sh
[sudo] password for :
Docker already installed
Error response from daemon: must specify a listening address because the address to advertise is not recognized as a system address, and a system's IP address to use could not be uniquely identified
Swarm initialized
Error response from daemon: This node is not a swarm manager. Use "docker swarm init" or "docker swarm join" to connect this node to swarm and try again.
Network created
latest: Pulling from dokploy/dokploy
Digest: sha256:fc04929c403659b6aa9df35b3be4ebe4062bf9f57bfc6ccd364d453e086782ad
Status: Image is up to date for dokploy/dokploy:latest
docker.io/dokploy/dokploy:latest
Error response from daemon: network dokploy-network not found
This is the error that I am recieving. @𝗠𝗿𝟭𝗕𝗹𝗮𝘇𝗲
Reinstall docker
An clean all data in docker
@𝗠𝗿𝟭𝗕𝗹𝗮𝘇𝗲 Can you guide us in details. I failed to install Dokploy few times.
install ubuntu on wsl delete docker on windows and install with curl it's all
@𝗠𝗿𝟭𝗕𝗹𝗮𝘇𝗲 Tried the suggestion but not helped
Which error you had?
@𝗠𝗿𝟭𝗕𝗹𝗮𝘇𝗲 Here is the error: Error response from daemon: This node is not a swarm manager. Use "docker swarm init" or "docker swarm join" to connect this node to swarm and try again.
Network created
latest: Pulling from dokploy/dokploy
Digest: sha256:fc04929c403659b6aa9df35b3be4ebe4062bf9f57bfc6ccd364d453e086782ad
Status: Image is up to date for dokploy/dokploy:latest
docker.io/dokploy/dokploy:latest
Error response from daemon: network dokploy-network not found
Congratulations, Dokploy is installed!
Wait 15 seconds for the server to start
Please go to http://27.147.200.129:3000
Do you read error log?
Docker swarm init or docker swarm join
I have the same error. I have used docker swarm init as well. I still get the following error "Error response from daemon: network dokploy-network not found"
I installed using curl
@𝗠𝗿𝟭𝗕𝗹𝗮𝘇𝗲
try to create a docker network with name dokploy-network
Created via docker network create but still showing "Error response from daemon: network dokploy-network not found"
I've tried that as well it still fails @𝗠𝗿𝟭𝗕𝗹𝗮𝘇𝗲
I will try new version. I remmeber that i tried and it was working fine
Ok thank you. Let me know
I tried it on the Ubuntu Desktop it's ok, but not in WSL Ubuntu 24.04.
Indeed, only works on a VM that is linux based
I tried maybe in 0.2 version was worked in weekend I will try again
But i’m not recommend this way
It’s like docker in docker in docker
Any update?
Yes . It’s working
Install ubuntu on wsl
And run all at sudo
Your windows version?
Unfortunately nothing was worked. I am not very good at coding and stuff. So I went to an easy way.
I installed Ubuntu as a dual boot and running dokploy with it. Now it's up and running perfectly 💪