trying to learn docker, so i write to simple java program and dockerfile
here it is:
Dockerfile :
Main class :
so i write docker build -t test-java:1.0 . and it was successfully runed
BUT, when i try to run it with docker run test-java:1.0 it gives me this ->
I will be very glad for your help and advice <3
New contributor
Redeller is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.