Replies: 5 comments 4 replies
-
It should just work, as long as echo "/ip4/<ip>/tcp/<rpc-port>" > ~/.ipfs/api
nerdctl pull ubuntu:20.04
nerdctl push ipfs://ubuntu:20.04 https://docs.ipfs.tech/install/command-line/ |
Beta Was this translation helpful? Give feedback.
-
After following the instructions we still don’t get it up and running
and also tested with
This is the message we got:
IPFS setup is in a Private setup (with swarm.key) The IPFS_PATH is set to /ipfs-storage/ipfs The ipfs.service is as follows:
We have change API address to
|
Beta Was this translation helpful? Give feedback.
-
Oops, that really was a typo! I did it again and now it works
Will continue testing! |
Beta Was this translation helpful? Give feedback.
-
It was working, but after a reboot we see that the API file is changed to And if we now Pull and Push container we got this message
Changing the API entry did not make any difference and the container is listed
This had nothing todo with IPFS I think, where to look? |
Beta Was this translation helpful? Give feedback.
-
Fix for the 127.0.0.1:5001: connect: connection refused If in the IPFS configuration file the API IP address is set to "API": "/ip4/0.0.0.0/tcp/5001", then the IP address in the ./ipfs/api ( in my situation /ipfs-storage/ipfs/api) will be set to /ip4/127.0.0.1/tcp/5001. Then you get the following error message:
Only if the IP address in the IPFS config file is changed to "API": "/ip4/192.168.122.152/tcp/5001", then the IP address in the ./ipfs/api is directly changed to /ip4/192.168.122.152/tcp/5001. After changing the IPFS config file, you must restart the ipfs.service, only then will the change take effect. |
Beta Was this translation helpful? Give feedback.
-
Hi All,
I am trying to install nerdctl on our IPFS private production environment. unfortunately it has not worked yet, what steps should you do to install nerdctl on an existing IPFS environment.
With
-- install-ipfs
it does not work, then an ipfs service is created which conflicts with the existing installation.We also have Bacalhau running on the same system and that should continue to work, the goal is to put containers on IPFS.
We want to start using nerdctl, but we are stuck.
Any support is welcome
Beta Was this translation helpful? Give feedback.
All reactions