compose_down¶
- rapid_clay_formations_fab.docker.compose_down(path, check_output=True, print_output=True)[source]¶
Run
docker-compose down
for specified compose file.- Parameters:
path (
os.PathLike
orstr
) – Path to compose fileprint_output (
bool
, optional) – Printstdout
andstdin
generated bydocker-compose
command. Defaults toTrue
.check_output (
bool
, optional) – Raise ifdocker-compose
fails. Defaults toTrue
.