Sign inSign up

a002k/quarkus

By a002k

Updated about 20 hours ago

Simple Quarkus Application with Gradle and Docker support

Image
Languages & frameworks
0

8.7K

a002k/quarkus repository overview

Simple Quarkus "Hello World" Application with Gradle and Docker support

https://github.com/ak-git/Quarkus

Once started, you can request the provided endpoint:

curl -w "\n" http://localhost:8080/hello

Run docker image

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 ID

and follow -f logs

docker logs -f quarkus

to stop

docker stop quarkus

Github Action Badge

Coverage Maintainability Rating Reliability Rating Security Rating

Bugs Code Smells Duplicated Lines (%) Vulnerabilities

Tag summary

Content type

Image

Digest

sha256:c68af2395

Size

176.2 MB

Last updated

about 20 hours ago

docker pull a002k/quarkus