mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-23 19:37:46 +08:00
misc fixes set all nodes to error fix: check return value after cat License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
9 lines
144 B
Docker
9 lines
144 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
|
|
|
|
EXPOSE 4011 4012/udp
|