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

This is distributed under the BSD Zero Clause License.