The image is created for testing container consoles.
It asks to enter in the console a login and old/new passwords.
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"]
Content type
Image
Digest
Size
220.5 MB
Last updated
almost 6 years ago
docker pull opavlova/java-console-app