mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-23 03:17:43 +08:00
12 lines
190 B
Docker
12 lines
190 B
Docker
FROM zaqwsx_ipfs-test-img
|
|
|
|
RUN ipfs init -b=2048
|
|
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
|