Skip to content

Sample Go app project using Docker and Jenkins best practices

License

Notifications You must be signed in to change notification settings

JadeGeek/golang-docker-jenkins

 
 

Repository files navigation

Sample Golang app for CI

This sample app is made to help other developers start working with docker and jenkins

Its a work in progress so any comment and suggestion is well received

Build base image

make build-base

Build test image

make build-test

Run tests (make build-test first)

make test-units

Run project

make run

default port is 8080 you can change the port using PORT argument

make run PORT=8081

About

Sample Go app project using Docker and Jenkins best practices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 60.0%
  • Makefile 40.0%