dind-bash/Dockerfile

4 lines
88 B
Docker

FROM docker:dind
RUN apk add --no-cache bash
ENTRYPOINT ["dockerd-entrypoint.sh"]
CMD []