mikehale commented on issue #8527:
URL: https://github.com/apache/cloudstack/issues/8527#issuecomment-1899145248

   > > Tangential, but do you know offhand if there is a way to _just_ boot the 
container, and not have it download and configure a bunch of stuff when it 
starts?
   > 
   > if you asked about general containers, you can update the entrypoint 
command/config, or export the container and recreate with a new entrypoint if 
the first option does not work.
   Thanks, I'm familiar with this.
   
   > if you talked about the simulator container, the start process is quite 
simple (1) start mysql, (2) start cloudstack; (3) start cloudstack UI. no need 
to do above.
   
   I guess maybe my question is more along the lines of is there a way to speed 
up the startup time of the simulator container? Currently it takes about 6 
minutes to go from `docker start simulator` (on a previously run container), to 
the UI being available. It seems that a large amount of that time is spent 
running `webpack` for the UI. Maybe the way things are structured none of that 
work is cached between runs?
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to