Difference between revisions of "ENTRYPOINT"
Jump to navigation
Jump to search
Line 28: | Line 28: | ||
== See also == | == See also == | ||
+ | * {{ENTRYPOINT}} | ||
* {{container_definitions}} | * {{container_definitions}} | ||
* {{RUN}} | * {{RUN}} |
Revision as of 08:33, 22 October 2024
ENTRYPOINT ["myappthatworks"]
ENTRYPOINT ["executable", "param1", "param2"]
ENTRYPOINT command param1 param2
ENTRYPOINT "myappwillnotwork" Ref: https://github.com/GoogleContainerTools/distroless
ENTRYPOINT service ssh restart && bash
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: