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 or str) – Path to compose file

  • print_output (bool, optional) – Print stdout and stdin generated by docker-compose command. Defaults to True.

  • check_output (bool, optional) – Raise if docker-compose fails. Defaults to True.