We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go-ipfs version: 0.4.11-20eabf8 Repo version: 6 System version: amd64/linux Golang version: go1.9
Bug
High
If simply pull and run the Docker image and then exec into the container, performing an ipfs mount causes the following:
ipfs mount
Error: fusermount: exec: "fusermount": executable file not found in $PATH
Therefore, I assume that the default Dockerfile is not including all the tools to fully support ipfs mounting.
The text was updated successfully, but these errors were encountered:
fix(Dockerfile): Allow ipfs mount in Docker container
ec1f771
fixes #4329 License: MIT Signed-off-by: hannahhoward <[email protected]>
87c918e
d0ed138
hannahhoward
Successfully merging a pull request may close this issue.
Version information:
go-ipfs version: 0.4.11-20eabf8
Repo version: 6
System version: amd64/linux
Golang version: go1.9
Type:
Bug
Severity:
High
Description:
If simply pull and run the Docker image and then exec into the container, performing an
ipfs mount
causes the following:Error: fusermount: exec: "fusermount": executable file not found in $PATH
Therefore, I assume that the default Dockerfile is not including all the tools to fully support ipfs mounting.
The text was updated successfully, but these errors were encountered: