Docker image, which is a "Swiss knife" for a go engineer.
449
Docker image, which is a "Swiss knife" for a go engineer.
docker run -v $(PWD):/go/src/project_name -w /go/src/project_name flexconstructor/gotools:latest dep init
docker run -v $(PWD):/go/src/project_name -w /go/src/project_name flexconstructor/gotools:latest dep ensure -v
docker run -v $(PWD):/go/src/project_name -w /go/src/project_name flexconstructor/gotools:latest gometalinter ./...
docker run -v $(PWD):/go/src/project_name -w /go/src/project_name flexconstructor/gotools:latest overalls [flags]
and
docker run -v $(PWD):/go/src/project_name -w /go/src/project_name flexconstructor/gotools:latest go tool cover -func=overalls.coverprofile
More info.
docker run -v $(PWD):/go/src/project_name -w /go/src/project_name flexconstructor/gotools:latest goconvey -host 0.0.0.0 -port 8080 \
XLatest version of major X Go branch.
X.YLatest version of minor X.Y Go branch.
X.Y.ZLatest build of concrete X.Y.Z version of Go.
X.Y.Z-rNConcrete N build of concrete X.Y.Z version of Go.
I can't notice comments in the DockerHub so don't use them for reporting issue or asking question.
If you have any problems with or questions about this image, please contact me through a GitHub issue.
Content type
Image
Digest
Size
447 MB
Last updated
over 7 years ago
docker pull flexconstructor/gotools