jwt
field. You will need to pass this token inside the authorization header when executing an authentication query against the API.Bearer <JWT_TOKEN>
:/api/endpoints/<ENVIRONMENT_ID>/docker
ContainerList
operation of the Docker API. See Docker's documentation about this operation.web01
and will use the nginx:latest
Docker image. It will publish container port 80
on port 8080
on the host.ContainerCreate
operation of the Docker API. See Docker's documentation about this operation./api/endpoints/<ENVIRONMENT_ID>/docker/containers/<CONTAINER_ID>/start
ContainerStart
operation of the Docker API. See Docker's documentation about this operation./api/endpoints/<ENVIRONMENT_ID>/docker/containers/
:ContainerDelete
operation of the Docker API. See Docker's documentation about this operation.