Hello,
Unless I'm mistaken, Openlitespeed is one of the only opensource webserver's that can't be run the the foreground, a requirement for running it in Docker LXC Containers.
Apache can be run with -DFOREGROUND, nginix has a daemon off mode, lighttpd can be run with -D to run in foreground, but I haven't found a way to do this with openlitespeed.
Docker helps run applications accross different operating systems, making it easy to deply the same software in developpement and production plateforms and scale nodes…
Unless I'm mistaken, Openlitespeed is one of the only opensource webserver's that can't be run the the foreground, a requirement for running it in Docker LXC Containers.
Apache can be run with -DFOREGROUND, nginix has a daemon off mode, lighttpd can be run with -D to run in foreground, but I haven't found a way to do this with openlitespeed.
Docker helps run applications accross different operating systems, making it easy to deply the same software in developpement and production plateforms and scale nodes…