FROM kmalik/ubuntu-java
ADD target/web-app.jar /web-app.jar
ENTRYPOINT ["/bin/bash", "-c", "java -jar web-app.jar $*"]
sudo docker run --net=host -it kmalik/web-app
Port : 8080 Endpoints :
https://github.com/kapil-malik/sample-apps/tree/master/web-app
Content type
Image
Digest
sha256:43ad929bc…
Size
261.2 MB
Last updated
almost 11 years ago
docker pull kmalik/web-app