Fabian Peter Hammerle 27231e60a5 readme: add deprecation warning | 2 years ago | |
---|---|---|
.github | 2 years ago | |
CHANGELOG.md | 2 years ago | |
Dockerfile | 2 years ago | |
Makefile | 3 years ago | |
README.md | 2 years ago | |
docker-compose.yml | 2 years ago | |
entrypoint.sh | 2 years ago | |
ipfs-arch.sh | 5 years ago |
golang-implementation of the interplanetary file system (ipfs) daemon
DEPRECATED since the official image now supports configuration via /container-init.d (docs, commit)
docker hub: https://hub.docker.com/r/fphammerle/ipfs/
signed docker image digests: https://github.com/fphammerle/docker-ipfs/tags
docker run --name ipfs fphammerle/ipfs
or after cloning the repository:
docker-compose up
docker run --name ipfs \
--cap-drop=all --security-opt=no-new-privileges \
--detach --restart=unless-stopped \
fphammerle/ipfs:latest
docker run -e IPFS_GATEWAY_ADDR=/ip4/0.0.0.0/tcp/8080 -p 8080:8080 …
docker run -e IPFS_SWARM_ADDRS="/ip4/0.0.0.0/tcp/4021 /ip6/::/tcp/4021" …
docker run -e IPFS_SWARM_ADDRS="" …
docker run -e IPFS_BOOTSTRAP_ADD='/dnsaddr/ipfs1.net/tcp/4001/QmPeerId /dnsaddr/ipfs2.net/tcp/4001/QmPeerId' …
docker run -e IPFS_API_ADDR=/ip4/127.0.0.1/tcp/5001 …
xsel -b | sudo docker exec -i ipfs ipfs add -