Create custom host entries (/etc/hosts) that link to other linked images that will be deployed along side this image. This is intended to support backwards compatibility with docker compose.

IMAGES


SECTIONS

List all host entries

GET /api/container_images/{container-image-id}/custom_host_entries

OAuth Authorization Required: images_read, public


View host entry

GET /api/container_images/{container-image-id}/custom_host_entries/{id}

OAuth Authorization Required: images_read, public


Update host entry

PATCH /api/container_images/{container-image-id}/custom_host_entries/{id}

OAuth Authorization Required: images_write


Create host entry

POST /api/container_images/{container-image-id}/custom_host_entries

OAuth Authorization Required: images_write


Delete host entry

DELETE /api/container_images/{container-image-id}/custom_host_entries/{id}

OAuth Authorization Required: images_write