Jetty Servlet container, of http://www.eclipse.org/jetty/
Just type turbo run jetty
, and Jetty will start at port 8080.
The war files are expected in %WEB_APPS% (C:\Jetty\webapps). Copy your war file to there.
Alternatively you can map a folder containing your war files to that folder: turbo run --mount C:\my-wars=C:\Jetty\webapps jetty/jetty
You can use this as a base image. Copy you war-file or context file to the location defined by %WEB_APPS%.
WEBAPPS => Folder where the web apps reside JETTYHOME => Folder where Jetty resides
You can build this image with spoon build spoon.me
No release notes
This repository does not have an EULA
Actions
Go to TurboScript