Is your enhancement related to a problem? Please describe
The editor command overrides the tooling container entrypoint:
if the user had specified the container command in his devfile
if the tooling container had a specific entrypoint + command
This blocks services as kubedock (to support docker run) to be run at startup in tooling containers.
Describe the solution you'd like
The solution is the same as the one provided for VS Code, remove the command in the editor container and a an init-che-code-command among the devfile commands associated to a post-start event:
Is your enhancement related to a problem? Please describe
The editor command overrides the tooling container entrypoint:
command
in his devfileThis blocks services as kubedock (to support
docker run
) to be run at startup in tooling containers.Describe the solution you'd like
The solution is the same as the one provided for VS Code, remove the command in the editor container and a an
init-che-code-command
among the devfile commands associated to a post-start event: