Difference between revisions of "ENTRYPOINT"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
* <code>[[RUN]]</code> | * <code>[[RUN]]</code> | ||
* <code>[[CMD]]</code> | * <code>[[CMD]]</code> | ||
+ | * [[WORKDIR]] | ||
* [[EntryPoint]] ([[aws ecs register-task-definition: ContainerDefinitions]]) | * [[EntryPoint]] ([[aws ecs register-task-definition: ContainerDefinitions]]) | ||
* [[Distroless]] | * [[Distroless]] |
Revision as of 23:01, 14 May 2023
ENTRYPOINT ["myappthatworks"]
ENTRYPOINT "myappwillnotwork" Ref: https://github.com/GoogleContainerTools/distroless
Related
RUN
CMD
- WORKDIR
- 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: