Can You Provide More Information On Contabo's IPFS Node Image?
Can you provide more information on Contabo's IPFS Node image?
Contabo's IPFS Node image is based on the latest Kubo Client Docker image (https://github.com/ipfs/kubo).
How do I switch to the IPFS user?
For accessing ipfs command you should switch to ipfs user.
sudo -u ipfs -iHow do I retrieve the IPFS version?
You can run the following command:
ipfs versionIn turn you should get the following output:
ipfs version 0.22.0How do I access different IPFS file paths?
You can find the different file paths below:
Staging folder: /var/lib/ipfs/staging/
Data folder: /var/lib/ipfs/data/
How do I run docker commands?
You can run the following command to retrieve docker containers:
docker psYou can run the following command to read container logs:
docker logs ipfs_hostYou can find the Kubo documentation here which you may find useful.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article