Sandbox images

Create a sandbox image

Create a personal-draft sandbox image from a Dockerfile and respond 201 with its detail. Build it (POST .../build) before a computer can boot from it. Guest callers are denied (a write).

post/projects/{projectId}/images

Path parameters

projectIdstring required

ID of the hosted project that contains the server.

Request body

namestring required

Display name for the new sandbox image; must be non-empty after trimming.

dockerfilestring required

Dockerfile text.

Response

The sandbox image was created.

idstring required
projectIdstring required
namestring required
dockerfilestring required
contentHashstring required
sharing'user' | 'project' required

user = a personal draft; project = shared with the whole project.

isOwnerboolean required
createdAtnumber required
updatedAtnumber required

Changes