Skip to content

loveniit01/DockerExcercise1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

from destination folder where your java maven project store 1--> build image docker image build -t my-java-docker . 2--> to check build image docker image ls

3--> docker image Run docker run -itd my-java-docker

4--> to enter in bash docker exec -it d3 /bin/bash // d3 is docker image

5--> check logs docker logs -tf d3 // d3 is docker image of java application , -tf stand for tail

About

build java maven code and run on docker container

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published