The retrieval/backup of seeds is not as straightforward with docker so use at your own risk.
Better to use if you know what you are doing but too lazy to create your own docker image.
Contributions welcome.
I aim to run Easy Personal IPFS Pinning Service With Textile on my synology nas and hence need a docker image.
git clone [email protected]:D4nte/docker-textile-io.git
cd docker-textile-io
docker build . -t textile
docker pull royerfranck/textile-io:latest
- First time:
docker run -it textile
. Be sure to save your mnemonic and seed - Following times:
docker run textile --seed <your seed>
Feel free at anytime to pass arguments.
These arguments will be used for the textile init
step.
Example:
docker run textile --seed $SEED \
--server --cafe-open --swarm-ports=4001 \
--cafe-http-url="$URL" \
--cafe-public-ip="$IP" \
--cafe-bind-addr=0.0.0.0:40601 \
--gateway-bind-addr=0.0.0.0:5050