Sign inSign up

opavlova/java-console-app

By opavlova

•Updated 11 months ago

Image
0

400

opavlova/java-console-app repository overview

⁠Goal

The image is created for testing container consoles.

⁠What the app does

It asks to enter in the console a login and old/new passwords.

⁠Sources

Pass java application from https://github.com/IdeaUJetBrains/DockerDebug_for_screencast/⁠

Dockerfile is:

FROM openjdk:8
COPY . /tmp
WORKDIR /tmp/out/artifacts/pass
CMD ["java", "-jar", "pass.jar"]

Tag summary

Content type

Image

Digest

Size

220.5 MB

Last updated

almost 6 years ago

docker pull opavlova/java-console-app