Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 207 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 207 Bytes

Spring Boot and Docker

To run the application type the following commands.

docker image build . -t proj
docker container run -p 8080:8080 /var/run/docker.sock:/var/run/docker.sock -t proj