Files
status-python-sdk/docs/utils.md
T

473 B

Utils

Utils header image

Helper functions for setting up the Status Backend environment.

Methods

launch_docker_container()

Launch Status Backend Docker container in the background using docker-compose.yaml. If docker is not installed, or if the container fails to start, an exception will be raised with the error message from Docker.

from bot import launch_docker_container

launch_docker_container()