Back

appwrite on windows sever

  • 0
  • Tools
  • Accounts
  • General
  • Databases
  • Self Hosted
Binyamin
19 Apr, 2023, 14:23

Install docker desktop Set it to work with WSL2 (suppose to be the default) Then the rest of the process is the same

TL;DR
The user is seeking help with running Appwrite on Windows Server 2019. They encountered an error when trying to run a specific Docker command. Another user suggests switching to Linux containers mode and provides a link with instructions on how to do that. The user also mentions that Docker Desktop is not possible on Windows Server 2019 but suggests installing Docker Engine instead. It is recommended to create a new support post for better visibility. It is clarified that WSL2 support is required for installing Docker on a Windows machine. The solution is provided to install Docker Desktop, set it to work with WSL2, and then follow the rest of the
joeyouss
19 Apr, 2023, 16:43
joeyouss
19 Apr, 2023, 16:48

As @Binyamin mentioned, WSL2 is required to install doceker on windows machine, attaching link here: https://docs.docker.com/desktop/install/windows-install/

whataboutno13
23 Nov, 2023, 14:40

Is there a way to do this with Windows Server 2019 which do not have WSL2 Support?

Drake
23 Nov, 2023, 14:44

It's best to create a new post instead of posting in an old thread by someone else

Aditya Oberai
23 Nov, 2023, 15:01

Docker Desktop would not be possible on Windows Server 2019, but you can install the Docker Engine and use it https://learn.microsoft.com/en-us/virtualization/windowscontainers/quick-start/set-up-environment?tabs=dockerce#windows-server-1

whataboutno13
23 Nov, 2023, 15:03

Yes I did that but then I get the error that there is no windows/arm64 manifest

TypeScript
PS C:\Windows\system32> docker run -it --rm `
>>     --volume /var/run/docker.sock:/var/run/docker.sock `
>>     --volume ${pwd}/appwrite:/usr/src/code/appwrite:rw `
>>     --entrypoint="install" `
>>     appwrite/appwrite:1.3.8
Unable to find image 'appwrite/appwrite:1.3.8' locally
1.3.8: Pulling from appwrite/appwrite
docker: no matching manifest for windows/amd64 10.0.19045 in the manifest list entries.
See 'docker run --help'.
whataboutno13
23 Nov, 2023, 15:05

I guess that with docker desktop it uses the underlying wsl2, but even with an ubuntu installed on the machine it does still throw the same error.

whataboutno13
23 Nov, 2023, 15:05

Will do that 🀝

Aditya Oberai
23 Nov, 2023, 15:08
whataboutno13
23 Nov, 2023, 16:03

I've tried this and screwed my whole docker πŸ˜‚ I'll try again...

Aditya Oberai
23 Nov, 2023, 17:00

Go for it πŸ˜† πŸ‘

Suiii
23 Nov, 2023, 17:11

You can use something like portainer instead of docker desktop too

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more