Docs.rs
docker-pose-0.5.0
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
docker-pose 0.5.0
Command line tool to play with 🐳 Docker Compose files.
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
another.yml
compose-remote-check.yaml
compose.yaml
docker_test.rs
integration_test.rs
parse_test.rs
run_integration_test.bats
run_test.bats
with-interpolation.yml
1
2
3
4
5
services
:
app
:
image
:
"
app:${TAG:-latest}
"
ports
:
-
"
8000:8000
"