ipfs / ipfs-docs

📚IPFS documentation platform
https://docs.ipfs.tech
292 stars 391 forks source link

[DOCS ISSUE] (paths for docker wrong) #1853

Open gdkrmr opened 2 months ago

gdkrmr commented 2 months ago
docker run -d --name ipfs_host -v $ipfs_staging:/export -v $ipfs_data:/data/ipfs -p 4001:4001 -p 4001:4001/udp -p 127.0.0.1:8080:8080 -p 127.0.0.1:5001:5001 ipfs/kubo:latest

gives an error when adding files with --nocopy because inside the container /export is not inside ipfs root.

welcome[bot] commented 2 months ago

Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review. In the meantime, please double-check that you have provided all the necessary information to make this process easy! Any information that can help save additiona round trips is useful! We currently aim to give initial feedback within two business days. If this does not happen, feel free to leave a comment. Please keep an eye on how this issue will be labeled, as labels give an overview of priorities, assignments and additional actions requested by the maintainers:

Finally, remember to use https://discuss.ipfs.tech if you just need general support.