HelloWorld. This is Rakesh Akurathi.Something went wrong His way of teaching Servlet example with corresponding Dockerfile
Use Maven Build first to create war file in Target folder.
mvn clean package
Artifact will be created in target folder.
docker build -t mavenbuild .
Once this is done u will be see image using docker images
Use below command to run the container
docker run -d -p 8080:8080 --name mavenbuild mavenbuild