8000 GitHub - stmllr/docker-exercism-go: Minimalistic Docker image for practicing the exercism go track
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

stmllr/docker-exercism-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Minimalistic Docker image for practicing the exercism go track

Content

The docker image is based on the go:alpine. It ships:

  • golang
  • dlv, shadow, golint, golangci-lint
  • colorized bash
  • vim
  • exercism binary to download and submit exercises

Build and Run

docker build . -t exercism:go
docker run -it --name go-exercism -v $(PWD):/exercism/exercises exercism:go

About

Minimalistic Docker image for practicing the exercism go track

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0