stop docker build in case of WARN level log messages
I am building multiple Docker images from a bash script and I would like to stop the process if a WARN level build message appears.
Run a docker container with an entrypoint and launch a custom command from the command line (not overriding)
I create the image “FOO” from a Dockerfile that contains an ENTRYPOINT.
Is it possible to run this image in order that the entry point is executed (no override), and then the extra commands from the command line ?