>  I think you're better off with:
>
>  * Case 1 : docker run --entrypoint="" image commandline
>(with or without -ti depending on whether you need an interactive
>terminal)
>  * Case 2 : docker run image
>  * Case 3: docker run image commandline
>(with or without -ti depending on whether you need an interactive
>terminal)
>
>  docker run --entrypoint="" -ti image /bin/sh
>would start a shell without the supervision tree running
>
>  docker run -ti image /bin/sh
>would start a shell with the supervision tree up.
>

After reading your reasoning, I agree 100% - let -ti drive whether it's 
interactive, and --entrypoint drive whether there's a supervision tree. 
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

Reply via email to