Difference between revisions of "ENTRYPOINT"
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
== See also == | == See also == | ||
+ | * {{RUN}} | ||
* {{Dockerfile}} | * {{Dockerfile}} | ||
[[Category:Docker]] | [[Category:Docker]] |
Revision as of 10:02, 25 April 2023
ENTRYPOINT ["myappthatworks"]
ENTRYPOINT "myappwillnotwork" Ref: https://github.com/GoogleContainerTools/distroless
Related
RUN
CMD
- EntryPoint (aws ecs register-task-definition: ContainerDefinitions)
- Distroless
runc created filed
docker run --entrypoint
- command (Containers)
See also
- RUN, CMD, ENTRYPOINT, command (Containers)
Dockerfile: FROM, RUN, CMD, ENTRYPOINT, WORKDIR, COPY, ADD, USER, ENV, ARG, HEALTHCHECK
,hadolint, LABEL, EXPOSE
Advertising: