Skip to content

openshift-examples/container-helper

Repository files navigation

Container helper Docker Repository on Quay

Init

go get -u github.com/spf13/cobra/cobra
cobra init . --pkg-name container-helper
cobra add serve

Build

go install container-helper
# cannot find package "container-helper" in any of:
#        /usr/local/Cellar/go/1.15.5/libexec/src/container-helper (from $GOROOT)
#        /Volumes/Development/Go/src/container-helper (from $GOPATH)

go mod init container-helper

go install container-helper

Resources

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages