You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is might be a more "docker" question than "che".
I'm starting to read the code to resolve my problems, and when I see Dockerfile, I can't figure out why che will start when the docker container is started?
This version of the dockerfile does not launch the Che tomcat server but this will be undone. In the Che startup scripts we are launching the Che image and the internal tomcat separately to better manage the workflow. We have a way to use the same image to achieve both startup approaches - with the tomcat started and without. So we will revert this change.
This is might be a more "docker" question than "che".
I'm starting to read the code to resolve my problems, and when I see
Dockerfile
, I can't figure out whyche
will start when the docker container is started?From the file: https://github.com/codenvy/che/blob/master/Dockerfile, I can't find where the che related shell is invoked:
Thanks for help~
The text was updated successfully, but these errors were encountered: