dind required to work on debian

This commit is contained in:
will Farrell 2017-02-15 10:58:57 -07:00
parent 30a276774e
commit 0bbd009e23
3 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM library/alpine:3.5
FROM library/docker:1.13
ENV HOME_DIR=/opt/crontab
RUN apk add --no-cache --virtual .run-deps bash jq \

View File

@ -11,5 +11,5 @@ services:
restart: always
volumes:
- "/var/run/docker.sock:/var/run/docker.sock:ro"
- "/usr/bin/docker:/usr/bin/docker:ro"
# - "/usr/bin/docker:/usr/bin/docker:ro"
- "/Users/willfarrell/Development/docker/crontab/home_dir:/opt/crontab:rw"

View File

@ -1,6 +1,10 @@
#!/usr/bin/env bash
set -e
if [ -z "$DOCKER_HOST" -a "$DOCKER_PORT_2375_TCP" ]; then
export DOCKER_HOST='tcp://docker:2375'
fi
# for local testing only
#HOME_DIR=.