build_vehicleapp_image(log_output: TextIOWrapper | int = -3) → None
Build VehicleApp docker image and display the progress using a spinner.
Args:
log_output
(TextIOWrapper | int): Logfile to write or DEVNULL by default.
is_docker_image_build_locally(app_name: str) → bool
Check if vehicle app docker image is locally available
Args:
app_name
(str): App name to check for
push_docker_image_to_registry(
app_name: str,
log_output: TextIOWrapper | int = -3
) → None
Push docker image to local image registry
Args:
app_name
(str): App name to push to registrylog_output
(TextIOWrapper | int): Logfile to write or DEVNULL by default.
container_exists(name: str, log_output: TextIOWrapper | int = -3) → bool
Check if a container with a given name exists.
Args:
log_output
(TextIOWrapper | int): Logfile to write or DEVNULL by default.
Returns:
bool
: True if the container exists, False if not.
This file was automatically generated via lazydocs.