.. | ||
.gitignore | ||
download_compile_sofaboot.sh | ||
README.md | ||
run_sofaboot_on_occlum_jdk8.sh | ||
run_sofaboot_on_occlum.sh | ||
sofaboot_jdk8.yaml | ||
sofaboot.yaml |
A Simple SOFABoot usage demo
This project demonstrates how to execute an unmodified sofaboot projects with Occlum.
- Download and build sofaboot project
- Use openjdk 8
./download_compile_sofaboot.sh jdk8
- Use openjdk 11
./download_compile_sofaboot.sh
- Run
sofaboot sample standard web
on Occlum
- Run with openjdk 8 glibc version
./run_sofaboot_on_occlum_jdk8.sh
- Run with openjdk 11 musl-libc version
./run_sofaboot_on_occlum.sh
- Test the web services
curl http://localhost:8080/actuator/versions