Difference between revisions of "ENTRYPOINT"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
* <code>[[runc created filed]]</code> | * <code>[[runc created filed]]</code> | ||
* <code>[[docker run --entrypoint]]</code> | * <code>[[docker run --entrypoint]]</code> | ||
+ | * [[command (Containers)]] | ||
== See also == | == See also == |
Revision as of 10:01, 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
Dockerfile: FROM, RUN, CMD, ENTRYPOINT, WORKDIR, COPY, ADD, USER, ENV, ARG, HEALTHCHECK
,hadolint, LABEL, EXPOSE
Advertising: