kubo/test/3nodetest/bootstrap/Dockerfile
Christian Couder 96a22c5bb1 config: change default config dir name to .ipfs
This changes .go-ipfs to .ipfs everywhere.
And by the way this defines a DefaultPathName const
for this name.

License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2015-04-20 02:25:41 -07:00

12 lines
190 B
Docker

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