D
Dokploy8mo ago
Armaan

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
Armaan
ArmaanOP8mo ago
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
Raju Halder
Raju Halder8mo ago
@𝗠𝗿𝟭𝗕𝗹𝗮𝘇𝗲 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
Raju Halder
Raju Halder8mo ago
@𝗠𝗿𝟭𝗕𝗹𝗮𝘇𝗲 Tried the suggestion but not helped
𝗠𝗿𝟭𝗕𝗹𝗮𝘇𝗲
Which error you had?
Raju Halder
Raju Halder8mo ago
@𝗠𝗿𝟭𝗕𝗹𝗮𝘇𝗲 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
Armaan
ArmaanOP8mo ago
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
NoMansLand
NoMansLand8mo ago
Created via docker network create but still showing "Error response from daemon: network dokploy-network not found"
Armaan
ArmaanOP8mo ago
I've tried that as well it still fails @𝗠𝗿𝟭𝗕𝗹𝗮𝘇𝗲
𝗠𝗿𝟭𝗕𝗹𝗮𝘇𝗲
I will try new version. I remmeber that i tried and it was working fine
Armaan
ArmaanOP8mo ago
Ok thank you. Let me know
NoMansLand
NoMansLand8mo ago
I tried it on the Ubuntu Desktop it's ok, but not in WSL Ubuntu 24.04.
Armaan
ArmaanOP8mo ago
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
Armaan
ArmaanOP8mo ago
Any update?
𝗠𝗿𝟭𝗕𝗹𝗮𝘇𝗲
Yes . It’s working Install ubuntu on wsl And run all at sudo Your windows version?
NoMansLand
NoMansLand8mo ago
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 💪

Did you find this page helpful?