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

I want to link the same container to different clusters (eg. to have a shared dbms among all the clusters). Is it possible? How can I do that? This is...

The container definition should allow one to define a `net` option to specify the network configuration for the container. This would be equivalent to providing the `--net` option to `docker...

With the following dependencies file, decking crashes: ``` { "containers": { "t100_1": { "image": "t100_a:1", "dependencies": [ "t100_2:t12" ], "extra": "sleep 100" }, "t100_2": { "image": "t100_a:2", "dependencies": [ "t100_3:t13"...

I am looking out to have an option of assigning a static IP in my decking.yaml/json file. This is sometimes required to pass on the IP to the other containers...

I'm trying to connect to a docker host without TLS enabled, and Decking keeps giving me the following issue: ``` fs.js:500 return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode); ^ Error: ENOENT, no such...

I made some notes on a train the other day - I had no internet access so there is some overlap with issues we've already noted, and they're pretty haphazard,...

Uses the decking-example to build a walkthrough, and documented all the decking directives

I realise this issue is a combination of #4 and #40 but add it here for the benefit of anyone looking for a fast solution without digging through the long...

Here is the sample `deckgin.json` I have. ``` { "containers": { "web": { "image": "satyrius/my_web_project", "port": ["2200:22", "8000:80"], "mount": ["/var/log/my_web_project/nginx:/var/log/nginx"] } }, "clusters": { "my": ["web"] } } ``` It...

We're trying to abstract docker terminology so does attach make sense? If it does get renamed to tail, I'd love it to log _first_ then attach - effectively like `tail...

question
TODO