Docker - Image Optimization
Consider this Dockerfile snippet:
If the application at /app crashes immediately after starting, what will be the container's behavior?
FROM gcr.io/distroless/base COPY app /app CMD ["/app"]
If the application at /app crashes immediately after starting, what will be the container's behavior?
