Skip to content

FEATURE: Add /containers/new support to serve#21

Open
pmusaraj wants to merge 1 commit into
mainfrom
add-container-new-to-serve
Open

FEATURE: Add /containers/new support to serve#21
pmusaraj wants to merge 1 commit into
mainfrom
add-container-new-to-serve

Conversation

@pmusaraj

Copy link
Copy Markdown

Allows another app to trigger a new container via API call.

Example:

curl -N \
    -X POST http://127.0.0.1:7373/containers/new \
    -H "Authorization: Bearer TOKEN" \
    -H "Content-Type: application/json" \
    -d '{
      "name": "core-pr-41785",
      "image": "discourse",
      "pr": "41785"
    }'

Allows another app to trigger a new container via API call.
@pmusaraj
pmusaraj marked this pull request as ready for review July 18, 2026 02:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant