ipfs / ipfs/ipfs-docs

[DOCS ISSUE] (paths for docker wrong)

Open
#1,853 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
332
Forks
499
Avg merge
8d 14h
Merged PRs (30d)
2

Description

```bash
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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.