GET /mltk/stop_container
GET /mltk/stop_container
Returns the catalog of available Docker images from `docker_images.conf`.
Description. Returns the catalog of available Docker images from docker_images.conf.
Response (200).
{
"status": "success",
"docker_images": {
"golden-cpu": { "label": "Golden Image CPU (5.2.1)", "image": "mltk-container-golden-cpu:5.2.1" },
"golden-gpu": { "label": "Golden Image GPU (5.2.1)", "image": "mltk-container-golden-gpu:5.2.1" },
"spark": { "label": "Spark 3.5.1 (5.2.1)", "image": "mltk-container-spark:5.2.1" }
}
}
Source. bin/rest_handlers/container_connection.py, bin/rest_handlers/container_data.py, bin/rest_handlers/container_logs.py, bin/rest_handlers/start_container.py, bin/rest_handlers/stop_container.py, bin/rest_handlers/test_container_connection.py, bin/dsdl/docker_util.py, bin/dsdl/configure_handler.py, bin/util/docker_util.py.