Command - docker:compose:exec
Hoe werkt het `docker:compose:exec` commando
Voor je deze documentatie leest gaan we er vanuit dat je bekend met de docker basics.
Het commando docker:compose:exec
gebruik je voor het uitvoeren van een command binnen een draaiende
docker container. Je kunt de uitleg van dit commando vinden via hipex docker:compose:exec --help
.
Dit is een wrapper om het standaard commando. Zie ook: https://docs.docker.com/compose/reference/exec/.
Description:
Execute a command in a running container
Usage:
docker:compose:exec [options] [--] <service> <docker_command> [<args>...]
docker:compose:exec
This command is a wrapper around the default `docker-compose` command. For more information see https://docs.docker.com/compose/reference/exec/
For security purposes the use of `--privileged` is not possible
Arguments:
service Service
docker_command Command
args Command args
Options:
--detach Detached mode: Run command in the background.
--index=INDEX index of the container if there are multiple instances of a service [default: 1]
-e, --env=ENV Set environment variables (--env KEY=VAL) (multiple values allowed)
-f, --file=FILE Specify an alternate compose file [default: "docker-compose.yml"]
-p, --project-name=PROJECT-NAME Specify an alternate project name
-h, --help Display this help message
-q, --quiet Do not output any message
-V, --version Display this application version
--ansi Force ANSI output
--no-ansi Disable ANSI output
-n, --no-interaction Do not ask any interactive question
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug