gulp-docker icon indicating copy to clipboard operation
gulp-docker copied to clipboard

Results 7 gulp-docker issues
Sort by recently updated
recently updated
newest added

After several hours trying to work around the user prompts in my CI environment, I dug in the code and found that if you set these environment variables, you can...

I am trying to run this in Jenkins and I do not want prompts. Is this possible? ```[root@chrisbolton chrisbolton]# gulp docker:image [13:20:53] Using gulpfile ~/chrisbolton/gulpfile.js [13:20:53] Starting 'docker:image'... (1) sidekick...

Fixes a typo in the main GulpDocker example.

The documentation only talks about pushing to a repo, not pulling.

It would be nice if gulp-docker were able to parse a docker-compose.yml file and run the containers listed in it.

https://stackoverflow.com/questions/35519072/docker-config-json-vs-dockercfg It will return`[21:07:58] TypeError: Cannot read property 'auth' of undefined` with the new format.

Previously no matter what value the user put into `PUSH` env variable, it always made push, because non-empty string is always truthy. After this commit, it will run push only...