CI: set entrypoints on all images
- Oct 16, 2019
-
-
Guillaume Pasero authored
-
When calling docker run
on these images, they launch by default a bash interpreter:
docker run -it --rm maja_centos:6
will launch a bash interpreterdocker run maja_centos:6 "-c" "echo hello world"
will execute the passed arguments.