Skip to content

Commit

Permalink
#6 - add DOCKER_HOST for dind usage
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriciojs committed Feb 11, 2021
1 parent f93b2af commit a2e05c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ WORKDIR /tmp
RUN apk add --update --no-cache --virtual .build-deps curl ca-certificates

# Install docker and docker-compose
ENV DOCKER_HOST=tcp://docker:2375
COPY --from=compose /usr/local/bin/docker /usr/local/bin/docker
COPY --from=compose /usr/local/bin/docker-compose /usr/local/bin/docker-compose

Expand Down

0 comments on commit a2e05c7

Please sign in to comment.