-
-
Notifications
You must be signed in to change notification settings - Fork 244
Docker
Massimo Melina edited this page Apr 3, 2024
·
7 revisions
You can run HFS in Docker: docker run -p 8000:80 -it --rm node:alpine npx -y hfs@latest
Consider replace @latest with @beta if you are bold enough.
Now you should be able to point your browser at http://localhost:8000/
.
Now you won't be able to access Admin-panel without an account, so go to the docker container terminal, where you should see something like this
and enter command create-admin YOUR_PASSWORD
You'll probably want to share files that are somewhere outside this container. Please refer to Docker's documentation on how to do that.