
when i paste command in cmd it shows downloading and after 2 downloads left it asks about ports,hostname etc but it doesn't show appwrite installed successfully as i see in youtube tutirials when i run container and go to localhost in browser it doesn't open appwrite

Well the first-time install can take a little but of time.
After you enter all the details, it should show a command like docker run ....
in the terminal, which is basically starting up the containers. Did this command finish?

Did you finish the installation by specifying the ports and whatnot?

two remaining downloading was in progress when i got prompt to enter port and all i added 80 and 443 as default amd localhost and added password too after that cursor was blinking for too long like half an hour withoit any response like appwrite installed successfully as i saw in youtube tutirial is there any tutorial with detailed steps to do it correctly

Hmm maybe you can share a screenshot or screen recording so I can understand better what's going on?
Recommended threads
- Is p-limit compatible with Appwrite?
I have a function that makes asynchronous calls to different Appwrite collections. This is how I make the call: ```js await Promise.allSettled([ ...
- Appwrite custom domain verification fail...
So I've left enough time for the records to propagate and I've tried adding in a subdomain for the appwrite endpoint so as not to cause a clash with two CNAME r...
- Check User on Server SDK
I have my backend which exposes some endpoints let's say /feed (return a hard coded json as response) I want this to be only accessible to users who are curre...
