Skip to content

devTransition/golang-glide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

golang build and run environment with glide support

Intro

  • Always uses latest golang official image
  • Latest stable glide version
  • With dumb-init for correct signal handling

Run

docker run -ti -v <local absolute path or container with source>:/go/src/app devtransition/golang-glide <optional parameters for go app>

Build with static app

Create Dockerfile with content like:

FROM devtransition/golang-glide

COPY /app /go/src/app

CMD ["optional parameter1", "and 2"]

About

golang environment with glide support (build and run)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages