master
text 11 lines 187 Bytes
Raw
1 FROM zaqwsx_ipfs-test-img
2
3 RUN ipfs init -b=2048
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 GOLOG_LOG_FMT nocolor
10
11 EXPOSE 4011 4012/udp