Skip to content

Tried out Docker commands. Listed some of them. Refinement needed badly.

Notifications You must be signed in to change notification settings

sandeepvalapi/Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status -> CircleCI Maintainability Test Coverage Inline docs

  1. This project uses Maven as build tool. Checkout the project and run below command

mvn clean install

  1. Verify, the build is successful and target folder has a Jar.

  2. To build a docker image, run below command

docker build -t <docker_image_name> . This step builds the docker image from dockerfile location

  1. To run created docker image using customized port(verify dockerfile)

docker run -p 8080:8080

  1. We have integrated it with Circle CI, to build automatically.

About

Tried out Docker commands. Listed some of them. Refinement needed badly.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages