Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/code-egg/lsadc-dockerfile
LiteSpeed ADC
https://github.com/code-egg/lsadc-dockerfile
docker docker-image litespeed-web-adc
Last synced: about 20 hours ago
JSON representation
LiteSpeed ADC
- Host: GitHub
- URL: https://github.com/code-egg/lsadc-dockerfile
- Owner: Code-Egg
- License: mit
- Created: 2022-11-28T15:02:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T04:07:10.000Z (almost 2 years ago)
- Last Synced: 2023-04-01T15:57:07.589Z (over 1 year ago)
- Topics: docker, docker-image, litespeed-web-adc
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lsadc-dockerfile
[![Build Status](https://github.com/Code-Egg/lsadc-dockerfile/workflows/docker-build/badge.svg)](https://github.com/Code-Egg/lsadc-dockerfile/actions/)
[](litespeedtech.com/slack)
[](https://twitter.com/litespeedtech)## Usage
### Building an image```
git clone https://github.com/Code-Egg/lsadc-dockerfile.git
cd lsadc-dockerfiles/template
bash build.sh -L 3.1.6
```### Starting a Container
```
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](https://www.litespeedtech.com/pricing).
## Support & Feedback
If you still have a question after using LSADC Docker, you have a few options.
* Join [the GoLiteSpeed Slack community](https://litespeedtech.com/slack/) for real-time discussion
* Post to [the LiteSpeed Forums](https://www.litespeedtech.com/support/forum/) for community support
* Reporting any issue on [Github lsws-dockerfiles](https://github.com/Code-Egg/lsadc-dockerfile/issues) project**Pull requests are always welcome**