harbur / captain

Captain - Convert your Git workflow to Docker :whale: containers
MIT License
766 stars 51 forks source link

Issue 28 Support Private parent images #48

Closed dkapanidis closed 8 years ago

dkapanidis commented 8 years ago

Fixes #28

In order for captain to be able to download parent images during docker build it needs to instruct docker client to use ~/.docker/ configuration if it exists.

dgil commented 8 years ago

LGTM!