Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.54 KB

HELP.md

File metadata and controls

43 lines (30 loc) · 1.54 KB

Getting Started

The application is for Simple Spring boot application deployed using docker (Windows machice)

Docker in Windows:

  1. Download and install docker
  2. Run-> docker quickstart terminal
    • 2.a Run taskManager -> Performances -> Verulization should be enabled, if not go to step 2.b
    • 2.b To enable virtualization(google) : go to settings -> Update and security -> Recovery and proceed
  3. in terminal -> run -> ./start.sh

#To build Docker: docker build -f Dockerfile -t docker-demo-service .

#Run Docker: docker run -p 8085:8085 docker-demo-service

#View docker images: docker images

#Check Docker running instances: docker container ls to stop: docker stop a785c9fc110d

#to run Application; http://192.168.99.100:8085/rest/docker/hello http://localhost:8085/rest/docker/hello

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely: