File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
documentation/docs/content/Commands Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,25 @@ Option Description
7575--blacklist=term Don't build Docker images with *term * in name *string value *
7676===================================== ================================================================================= ===============================================
7777
78+ bin/console docker:exec
79+ ~~~~~~~~~~~~~~~~~~~~~~~
80+
81+ Execute argument as command inside all docker images.
82+
83+ eg. ``bin/console docker:exec --whitelist php -- 'php -v' ``
84+
85+ Tip: Separate the docker image command arguments from the console commands with two dashes.
86+
87+ ===================================== ================================================================================= ===============================================
88+ Option Description Values
89+ ===================================== ================================================================================= ===============================================
90+ -v Verbose output *option only *
91+ --dry-run Don't really execute build process *option only *
92+ --whitelist=term Only build Docker images with *term * in name *string value *
93+ --blacklist=term Don't build Docker images with *term * in name *string value *
94+ ===================================== ================================================================================= ===============================================
95+
96+
7897bin/console test:testinfra
7998~~~~~~~~~~~~~~~~~~~~~~~~~~
8099
You can’t perform that action at this time.
0 commit comments