This docker container is to allow docker builds via a makefile on windows using Docker-in-Docker.
docker run --rm -it -v "%cd%:/share" --workdir /share -e "DOCKER_HOST=tcp://docker.for.win.localhost:2375" -e "SHARE_PATH=%cd%" dlip/docker-make %*
c:/code/project. Update your makefile in places you are using docker mounts to allow overriding the path. eg.SHARE_PATH ?= $(shell pwd)
run:
docker run -v "$(SHARE_PATH):/project" my-container
Content type
Image
Digest
Size
130 MB
Last updated
over 7 years ago
docker pull dlip/docker-make