xincmm / golang-docker-jenkins

Sample Go app project using Docker and Jenkins best practices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Go 60.0%Language:Makefile 40.0%