Module: docker
destroy_services(dir)
Stop and remove all service containers found in the config file.
Source code in src/infernet_cli/cli/docker.py
docker_destroy(dir)
Destroy the containers.
Source code in src/infernet_cli/cli/docker.py
docker_start(dir)
Start the containers.
Source code in src/infernet_cli/cli/docker.py
docker_stop(dir)
Stop the containers.
Source code in src/infernet_cli/cli/docker.py
health_check(dir)
Check if all containers are up and healthy.
Source code in src/infernet_cli/cli/docker.py
run_command(command)
Helper function to run shell commands.