github.com/keltia/go-ipfs@v0.3.8-0.20150909044612-210793031c63/test/3nodetest/bootstrap/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 ENV IPFS_PROF true 9 ENV IPFS_LOGGING_FMT nocolor 10 11 EXPOSE 4011 4012/udp