DockerCompose commands refactoring
All dc... commands are now based on Invoke-DockerCompose. dco is aliased to Invoke-DockerCompose. dco_ is aliased to the docker-compose binary. '&' and '!' shorthand introduced to dco to execut in bg as job and wait for all bg jobs to complete respectively.
This commit is contained in:
parent
c453e5bdea
commit
dcc9113cda
13 changed files with 172 additions and 70 deletions
|
@ -1 +1 @@
|
|||
docker-compose
|
||||
Invoke-DockerCompose
|
||||
|
|
1
docker/Aliases/dco_.ps1
Normal file
1
docker/Aliases/dco_.ps1
Normal file
|
@ -0,0 +1 @@
|
|||
docker-compose
|
Loading…
Add table
Add a link
Reference in a new issue