You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnbook/code/docker/bitcoind-regtest/Dockerfile

11 lines
166 B
Docker

FROM bitcoind_base:latest
ADD bitcoind /bitcoind
WORKDIR /bitcoind
EXPOSE 12001
RUN ln -sf /dev/stdout /bitcoind/debug.log
CMD ["bitcoind", "-datadir=/bitcoind"]