curl --request POST \
--url http://localhost:8000/docker/start-container/{container_name} \
--header 'Authorization: Basic <encoded-value>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Start a stopped Docker container.
Args: container_name: Name of the container to start docker_service: Docker service dependency
Returns: Response from container start operation
curl --request POST \
--url http://localhost:8000/docker/start-container/{container_name} \
--header 'Authorization: Basic <encoded-value>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Was this page helpful?