Skip to content
This repository has been archived by the owner on Feb 15, 2021. It is now read-only.

Commit

Permalink
Adding DOCKER_TLS_CERTDIR
Browse files Browse the repository at this point in the history
  • Loading branch information
dbpolito authored May 15, 2020
1 parent 819c380 commit 2c056c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
FROM docker/compose:1.24.0

# default docker target assuming a docker:dind service is avaibable
ENV DOCKER_HOST "tcp://docker:2375/"
ENV DOCKER_DRIVER "overlay2"
ENV DOCKER_HOST "tcp://docker:2375"
ENV DOCKER_TLS_CERTDIR ""

WORKDIR /app

Expand Down

0 comments on commit 2c056c6

Please sign in to comment.