Clean and fix scripts in bin directory

This commit is contained in:
2015-06-06 17:55:47 +02:00
parent bcc1194d48
commit 3d69e1ff90
12 changed files with 49 additions and 61 deletions

View File

@@ -36,25 +36,26 @@ And make sure to restart the docker daemon. This enables LXC related tricks such
### In $DOCKER_HOME/bin
#### app
#### attach
#### build
Run build target on makefile for specified image.
#### clean
Delete all stopped containers.
#### killall
Kill all running containers.
#### make
Run specified target on makefile for specified image.
#### purge
#### run
Delete all untagged containers.
#### run-bash
Run a container and execute bash.
#### ssh
Open a ssh connection to the specified running container and executed a command.
#### stopall
### In $DOCKER_HOME/images/<image>/
#### app
#### run
#### ssh
Stop all running containers.
### enter
Use nsenter to execute a command in the specified running container (deprecated by docker-exec).
### enter-bash
Use nsenter to execute bash in the specified running container (deprecated by docker-exec).
Images are build using Makefiles in order to provide reusable pieces of functionality.