Create a container
POST/api/node/:hostname/container/docker
Create a new container on the target node. Returns a job ID for tracking the asynchronous operation.
Request
Responses
- 202
- 400
- 401
- 403
- 500
Container creation accepted.
Invalid request payload.
Unauthorized - API key required
Forbidden - Insufficient permissions
Error creating container.