cool-docker

command module
v0.0.0-...-9b386c2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 18, 2019 License: 0BSD Imports: 4 Imported by: 0

README

cool-docker

My Attempt To Build a Docker CLI less Docker Client based on Go. Currently only AWS ECR Registry is supported.

This CLI is built using Docker SDK and Amazon ECR SDK and currently it works connecting to the docker daemon running on local machine (/var/run/docker.sock).

Install

go get github.com/chinthakadd/cool-docker

Usage

PREREQUISITE

Please set the DOCKER_REGISTRY_URL environment variable with the docker registry url.

For help on all the commands available

cool-docker --help

To Build an image:

cool-docker build {DirWhereDockerFileExist} {ImageName}:{Tag(optional)}

To Pull an Image:

cool-docker pull {ImageName}:{Tag(optional)}

To Push an Image to registry:

cool-docker push {ImageName} {Tag}

References

LICENSE

BSD Zero Clause License

This is distributed under the BSD Zero Clause License.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL