Great write-up @hardikchopra242 . first time hearing about app-write, definitely going to learn more.
Incase you are on fish shell: the above command will throw errors as is, this one works though:
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:0.11.0
Thanks @ken_mwaura1 😃🙌
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a blogging-forward open source social network where we learn from one another
Great write-up @hardikchopra242 . first time hearing about app-write, definitely going to learn more.
Incase you are on fish shell: the above command will throw errors as is, this one works though:
Thanks @ken_mwaura1 😃🙌