nodeSolidServer / nodeSolidServer/node-solid-server
Directory "data" not populated in Docker
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.8k
- Forks
- 308
- PR merge metrics
- No merged PRs in 30d
Description
I followed those instructions: https://github.com/solid/node-solid-server#use-docker
git clone https://github.com/solid/node-solid-server
cd node-solid-server
docker build -t node-solid-server .
docker run -p 8443:8443 --name solid node-solid-server
Visiting https://localhost:8443/ then leads to this:
No ACL found for https://localhost:8443/, searched in
- https://localhost:8443/.acl
The directory /usr/src/app/data/localhost inside the container is empty. What can be done here?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Docker instructions linked in the issue and reproduce the commands shown there. Inspect the container's /usr/src/app/data/localhost directory and the behavior at https://localhost:8443/; done means the directory is populated and the root page no longer fails because no ACL is found.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, node.js
- Domain
- backend, devops, infrastructure
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100