kubo/test/3nodetest/bootstrap/Dockerfile
2015-01-07 07:57:22 -08:00

11 lines
174 B
Docker

FROM zaqwsx_ipfs-test-img
RUN ipfs init -b=1024
ADD . /tmp/id
RUN mv -f /tmp/id/config /root/.go-ipfs/config
RUN ipfs id
ENV IPFS_LOGGING_FMT nocolor
EXPOSE 4011 4012/udp