Simple steps to get started:
> turbo run oracle/jre
Many web applications require Java, and you can include it with any browser:
> turbo run mozilla/firefox,oracle/jre
Start the container:
> turbo run oracle/jre
Then run the java command:
java -jar your-java-application.jar
This image is also optimal to base a Java image on. Use it in the from
clause in your spoon script:
# Use Java as a base image
from oracle/jre
# Package your application
Then build it with the turbo build
command:
turbo build --name=my-java-based-app turbo.me
Looking for the JDK? The JDK is in the separate jdk repository
No release notes
This repository does not have an EULA
Actions