Skip to content

An IPFS (InterPlanetary FileSystem) container for Raspebrry Pi 2

Notifications You must be signed in to change notification settings

besn0847/arm-ipfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

arm-ipfs

To start the container with default config :

docker run -d arm-ipfs 

But you can also use your local datastores :

docker run -d -p 8080:8080 -p 4001:4001 -p 127.0.0.1:5001:5001 -v <your local ipfs folder>:/data/ipfs arm-ipfs

This last command will expose the webui locally on your docker host at http://localhost:5001/webui/. So if you want to interact remotely, you need to ssh to your host and redirect local 5001 & 8080 ports to the Docker host.

ssh -L 5001:localhost:5001 -L 8080:localhost:8080 <your_user_name>@<your_dockerhost>

To interact with the IPFS command line, just connect to the container :

docker exec -ti arm-ipfs arm-ipfs

This container does not work on Raspberry 1 (arm v6).

About

An IPFS (InterPlanetary FileSystem) container for Raspebrry Pi 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages