cage
cage copied to clipboard
Develop and deploy complex Docker applications
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.5. Changelog Sourced from regex's changelog. 1.5.5 (2022-03-08) This releases fixes a security bug in the regex compiler. This bug permits a vector for a...
Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.2.25 to 1.8.4. Release notes Sourced from tokio's releases. Tokio v1.8.4 1.8.4 (November 15, 2021) This release backports a bugfix for a data race when sending and...
Bumps [yaml-rust](https://github.com/chyh1990/yaml-rust) from 0.3.5 to 0.4.5. Release notes Sourced from yaml-rust's releases. v0.4.4 No API change. Update implementation to follow Rust 2018 standards. v0.4.3 Fix handling of indicators in plain...
Bumps [crossbeam-deque](https://github.com/crossbeam-rs/crossbeam) from 0.7.3 to 0.7.4. Changelog Sourced from crossbeam-deque's changelog. Version 0.8.1 Support targets that do not have atomic CAS on stable Rust (#698) Version 0.8.0 Bump the minimum...
since `cage` uses the verb `up` to start a pod / service / etc, it makes sense that you can `cage down` to perform the opposite action, instead of having...
If `pods/example.yml` contains: ```yml version: "2" services: {} ``` And `pods/targets/production/example.yml` contains: ```yml services: {} ``` We will output `version: "2.4"`. This breaks `kompose convert`, which seems to be pretty...
Is there opportunity to use Cage with compiled languages (like Java)? There is similar tools that can automatically deploy apps on code changes (Tilt for example) but those tools are...
Right now, `cage pull` spams CI logs, and we'd like some way to call `docker-compose pull --quiet`. We may not want to make it 100% quiet; it might be useful...
Trying out cage for the first time, and I'm getting warnings similar to this every time I do `cage up`: > WARNING: Found orphan containers (publicsearch_redis_1, publicsearch_pg_1, publicsearch_configuration_1, publicsearch_rabbitmq_1) for...
Hi, Can you have dependencies between services in a pod ? like serviceA should start before serviceB where both services are in the same yaml file