Go implementation of IPFS, the InterPlanetary FileSystem for arm64v8
4.0K
The source build code are modified accordingly to arm64v8 and the images are build automatically by gitlab-ci (https://git.yrzr.tk/docker/go-ipfs-arm/-/pipelines).
The original introduction could be found here.
The following is an example of how to using the image.
docker run -d --name ipfs_host -v $ipfs_staging:/export -v $ipfs_data:/data/ipfs -p 4001:4001 -p 127.0.0.1:8080:8080 -p 127.0.0.1:5001:5001 yrzr/go-ipfs-arm64v8:latest
Content type
Image
Digest
Size
31.7 MB
Last updated
almost 5 years ago
docker pull yrzr/go-ipfs-arm64v8