dockerscript icon indicating copy to clipboard operation
dockerscript copied to clipboard

Write your Dockerfile in javascript!

Results 4 dockerscript issues
Sort by recently updated
recently updated
newest added

Fix #2. I bumped the version up since this is possibly a breaking change. I can make it a different version if you want. Reviewed by @tolmasky.

Let’s get started with automated dependency management for dockerscript :muscle: This pull request **updates all your dependencies to their latest version**. Having them all up to date really is the...

greenkeeper

If you have code like this: ```javascript var t = require("./x"); setTimeout(function() { console.log(t === require("./x")); }, 1000); ``` The second require appears to be not sandboxed while the first...

Forget to specify the output file and dockerscript will clear our your brand new dockerfile.js. This just bit me.