To pull the student app image, run docker pull tejasn1/student-app
You can launch the student-app using the command below
docker run -p 8085:8080 -d tejasn1/student-app
You can then access the student app on the url http://localhost:8085/student/list
Content type
Image
Digest
Size
203 MB
Last updated
over 6 years ago
docker pull tejasn1/student-app