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.
SECTIONS
GET /api/container_images/{container-image-id}/custom_host_entries
OAuth Authorization Required: images_read
, public
GET /api/container_images/{container-image-id}/custom_host_entries/{id}
OAuth Authorization Required: images_read
, public
PATCH /api/container_images/{container-image-id}/custom_host_entries/{id}
OAuth Authorization Required: images_write
POST /api/container_images/{container-image-id}/custom_host_entries
OAuth Authorization Required: images_write
DELETE /api/container_images/{container-image-id}/custom_host_entries/{id}
OAuth Authorization Required: images_write