1.4.4 • Published 6 years ago
adh v1.4.4
ADH: Docker 'Useful Commands' Helper
Description
This package will help you working with Docker.
Installation
npm install -g adh
Usage
$ adh --help
Commands:
nginx [options] Run nginx with a volume in the current directory
stop [options] Stop containers
ps Formatted ps for running dockers
ps-a|psa Formatted ps for all dockers
remove-containers|rc Remove all containers
remove-images|ri Remove all images
remove-none-images Remove none images
remove-exited-containers|rec Remove exited containers
remove-volumes Remove all named volumes
kill-containers|kc Kill all containers
create-local-registry|clr Create a local registry
Options:
-h, --help output usage information
-V, --version output the version number
adh nginx options
Run nginx with a volume in the current directory
Options:
-h, --help output usage information
-f, --force Force remove nginx container with same name
-p, --port <port> Host port. (Default: 8888)
-n, --name <name> Container name (Default: adh-nginx)
Examples:
$ adh nginx -p 8080 -n myNginx -f
$ adh nginx -n myOtherNginx
adh stop options
Stop containers
Options:
-h, --help output usage information
-a, --all Stop all containers
adh start options
Start containers
Options:
-h, --help output usage information
-a, --all Start all stopped containers
Development Usage
For running all the test:
$ make test
For running a single test:
$ make TEST="startAndList" single-test
1.4.4
6 years ago
1.4.3
6 years ago
1.4.2
6 years ago
1.4.1
6 years ago
1.4.0
6 years ago
1.3.10
6 years ago
1.3.9
6 years ago
1.3.8
8 years ago
1.3.7
8 years ago
1.3.6
8 years ago
1.3.5
8 years ago
1.3.4
8 years ago
1.3.3
8 years ago
1.3.2
8 years ago
1.3.1
8 years ago
1.3.0
8 years ago
1.2.2
9 years ago
1.2.1
9 years ago
1.2.0
9 years ago
1.1.6
9 years ago
1.1.5
9 years ago
1.1.4
9 years ago
1.1.3
9 years ago
1.1.2
9 years ago
1.1.1
9 years ago
1.1.0
9 years ago
1.0.4
9 years ago
1.0.2
9 years ago
1.0.1
9 years ago
1.0.0
9 years ago