mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-24 20:07:45 +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>
12 lines
193 B
Docker
12 lines
193 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 4031 4032/udp
|
|
|
|
ENTRYPOINT ["/bin/bash"]
|
|
CMD ["/tmp/id/run.sh"]
|