[Closed] Glide Docker image (Golang package manager)
10K+
PROJECT IS CLOSED AND ARCHIVED. NO MAINTAINING WILL BE CONTINUED.
Consider to use Dep instead.
Glide is a tool for managing the vendor directory within a Go package. This feature, first introduced in Go 1.5, allows each package to have a vendor directory containing dependent packages for the project. These vendor packages can be installed by a tool (e.g. glide), similar to go get or they can be vendored and distributed with the package.
Are you used to tools such as Cargo, npm, Composer, Nuget, Pip, Maven, Bundler, or other modern package managers? If so, Glide is the comparable Go tool.

Mount your project into correct $GOPATH directory and provide the glide command you require:
docker run --rm -it -v $(pwd):/go/src/my/pkg/name -w /go/src/my/pkg/name \
instrumentisto/glide install
latestLatest version of Glide on latest Golang version.
X.YLatest version of Glide X.Y branch on latest Golang version.
X.Y.ZConcrete X.Y.Z version of Glide on latest Golang version.
X.Y.Z-goA.BConcrete X.Y.Z version of Glide on latest Golang A.B version.
Glide itself is licensed under MIT license.
And Glide Docker image is licensed under MIT license too.
We 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 us through a GitHub issue.
Content type
Image
Digest
Size
154.4 MB
Last updated
about 8 years ago
docker pull instrumentisto/glide