Difference between revisions of "ENTRYPOINT"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
Line 10: | Line 10: | ||
[[COPY]] ./docker-entrypoint.sh / | [[COPY]] ./docker-entrypoint.sh / | ||
ENTRYPOINT]] ["/docker-entrypoint.sh"] | ENTRYPOINT]] ["/docker-entrypoint.sh"] | ||
− | CMD ["postgres"] | + | [[CMD]] ["postgres"] |
== Related == | == Related == |
Revision as of 07:14, 20 July 2023
ENTRYPOINT ["myappthatworks"]
ENTRYPOINT "myappwillnotwork" Ref: https://github.com/GoogleContainerTools/distroless
COPY ./docker-entrypoint.sh / ENTRYPOINT]] ["/docker-entrypoint.sh"] CMD ["postgres"]
Related
RUN
CMD
- WORKDIR
- EntryPoint (aws ecs register-task-definition: ContainerDefinitions)
- Distroless
runc created filed
docker run --entrypoint
- command (Containers)
See also
Advertising: