Simple Quarkus Application with Gradle and Docker support
8.7K
https://github.com/ak-git/Quarkus
curl -w "\n" http://localhost:8080/hello
docker run --rm a002k/quarkus
docker run -d --name quarkus --rm a002k/quarkus
-i Keep STDIN open even if not attached--rm Remove container after stop-d Detach mode, Run container in background and print container IDand follow -f logs
docker logs -f quarkus
to stop
docker stop quarkus
Content type
Image
Digest
sha256:c68af2395…
Size
176.2 MB
Last updated
about 20 hours ago
docker pull a002k/quarkus