You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started experimenting with IPFS and i was wondering if there is a way to add content to it without having to go by ipfs add and ipfs name publish?
I used --mount with fuse but i cant seem to be able to write directly into /ipfs or /ipns.
I also tried docker-ipfs-volume but i also cant seem to write on the directories of IPFS.
Is it that iam missing something or its not possible yet to interact with directories mkdir /ipfs/folder and have IPFS do the work on the background?
The text was updated successfully, but these errors were encountered:
This bug tracker is only for actionable bug reports and feature requests. Please direct any questions to https://discuss.ipfs.io or to our Matrix (#ipfs:matrix.org) or IRC (#ipfs on freenode) channels.
If you don't get an immediate response, please keep trying.
What's wrong with this issue? This seems like a perfectly reasonable/actionable feature request @Stebalien. As far as I can tell there is no way to mount /ipns within Docker as a volume that the host OS can write to. If there is, it's not documented (in which case this ticket can be to document it).
There is a Roadmap issue but no specific issue on go-ipfs to track adding this: ipfs/roadmap#90
Hello,
I started experimenting with IPFS and i was wondering if there is a way to add content to it without having to go by
ipfs add
andipfs name publish
?I used
--mount
with fuse but i cant seem to be able to write directly into/ipfs
or/ipns
.I also tried docker-ipfs-volume but i also cant seem to write on the directories of IPFS.
Is it that iam missing something or its not possible yet to interact with directories
mkdir /ipfs/folder
and have IPFS do the work on the background?The text was updated successfully, but these errors were encountered: