github.com/keltia/go-ipfs@v0.3.8-0.20150909044612-210793031c63/test/3nodetest/server/Dockerfile (about)

     1  FROM zaqwsx_ipfs-test-img
     2  
     3  RUN ipfs init -b=1024
     4  ADD . /tmp/test
     5  RUN mv -f /tmp/test/config /root/.ipfs/config
     6  RUN ipfs id
     7  RUN chmod +x /tmp/test/run.sh
     8  
     9  EXPOSE 4021 4022/udp
    10  
    11  ENV IPFS_PROF true
    12  ENV IPFS_LOGGING_FMT nocolor
    13  
    14  ENTRYPOINT ["/bin/bash"]
    15  CMD ["/tmp/test/run.sh"]