Replies: 1 comment 6 replies
-
Please try creating
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After installing IPFS for rootless containers via
containerd-rootless-setuptool.sh -- install-ipfs --init
, the service's logs show that the IPFS daemon has launched and is running in the background.However, making requests to IPFS doesn't work and running
netstat -tulpn 4001
produces no results. Additionally, I'm able to start the regular IPFS daemon without issue, and only then donerdctl pull ipfs://cid
commands sort of work, at least without producing aFATA[0000] ipfs api address could not be found
error.I've already had IPFS installed on my system, so this may have helped to cause the issue.
Beta Was this translation helpful? Give feedback.
All reactions