git clone https://github.com/Code-Egg/lsadc-dockerfile.git
cd lsadc-dockerfiles/template
bash build.sh -L 3.1.6
docker run --name lslb -p 7090:7090 -p 8090:8090 -it litespeedtech/loadbalancer:3.1.6
You can also run with Detached mode, like so:
docker run -d --name lslb -p 7090:7090 -p 8090:8090 -it litespeedtech/loadbalancer:3.1.6
Tip, you can get rid of -p 7090:7090
from the command if you don’t need the web admin access.
Note: The container will auto-apply a 15-day trial license. Please contact LiteSpeed to extend the trial, or apply your own license, starting from $0.
If you still have a question after using LSADC Docker, you have a few options.
- Join the GoLiteSpeed Slack community for real-time discussion
- Post to the LiteSpeed Forums for community support
- Reporting any issue on Github lsws-dockerfiles project
Pull requests are always welcome