decking icon indicating copy to clipboard operation
decking copied to clipboard

A Docker helper to create, manage and run clusters of containers

Results 23 decking issues
Sort by recently updated
recently updated
newest added

Would it be possible to, say, add a flag that would push the images to a private registry upon a successful start? This would be helpful for CI environments, where...

If you try to pass `--help` to any of the sub commands, you just get a lovely error message: ``` Error: Cluster --help does not exist in decking.json at Decking._run...

Nodeflakes just isn't a good showcase for decking, but sadly the project which spawned it is private. Need to strike a balance and create an example which flexes decking's muscles...

TODO

Just wanted to check what your attitude towards using [promises](https://blog.jcoglan.com/2013/03/30/callbacks-are-imperative-promises-are-functional-nodes-biggest-missed-opportunity/) to manage asynchronous calls in decking is. We've recently converted pretty large internal codebases from async.js to promises and the...

This will need doing after #31 is implemented; it'd be a lot nicer to show exactly what part of the creation process a container is in. At the moment the...

TODO

This relates to outputting N lines and updating them as and when (captured elsewhere I think?); the only reason I took the async out was to keep the print order...

TODO

This relates to `decking watch` but still want to capture it separately - a user should be able to restart an individual container which will also restart its dependents. Needs...

TODO

Have you put any thought into having decking deploy e.g. to amazon?