Features and "entrypoints" #194
jasondamour
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://containers.dev/implementors/features/
The features docs mentions "entrypoint" a number of times, and I think does so incorrectly, in at least 2 different ways. When working with containers
entrypoint
is a reserved word, referring exclusively to the root process of a container.This had me going down the wrong path for quite a while. I have 2 asks:
1. What does the "entrypoint" field in a feature actually do? Does it set a
onCreateCommand
hook?2. Can the docs (and ideally even the feature spec schema) be updated to use a different term
Beta Was this translation helpful? Give feedback.
All reactions