github.com/keltia/go-ipfs@v0.3.8-0.20150909044612-210793031c63/test/3nodetest/client/Dockerfile (about) 1 FROM zaqwsx_ipfs-test-img 2 3 RUN ipfs init -b=1024 4 ADD . /tmp/id 5 RUN mv -f /tmp/id/config /root/.ipfs/config 6 RUN ipfs id 7 8 EXPOSE 4031 4032/udp 9 10 ENV IPFS_PROF true 11 ENV IPFS_LOGGING_FMT nocolor 12 13 ENTRYPOINT ["/bin/bash"] 14 CMD ["/tmp/id/run.sh"]