Docker container tool is an utility can help developer while creating and testing Docker images.
Features:
- list all images managed by registry
- load saved images from a folder
- clean dangling images
- remove ALL stopped and running container
To get command Usage
$ dct
To get images managed by Docker private registry with default port
$ dct listi registryName
To get images managed by Docker private registry with port
$ dct listi registryName:port
To load saved Docker images from current folder
$ dct loadi ./
golang