docker and docker-compose commands
Invoke-DockerCompose which will be the basis of all other future dc prefixed commands (which currently contains to much copy-pasted code)
This commit is contained in:
parent
6e56ac6097
commit
24b5e928d0
14 changed files with 183 additions and 17 deletions
docker/Aliases
1
docker/Aliases/dcall.ps1
Normal file
1
docker/Aliases/dcall.ps1
Normal file
|
@ -0,0 +1 @@
|
|||
Invoke-DockerCompose
|
1
docker/Aliases/dcedit.ps1
Normal file
1
docker/Aliases/dcedit.ps1
Normal file
|
@ -0,0 +1 @@
|
|||
Edit-DockerCompose
|
1
docker/Aliases/dco.ps1
Normal file
1
docker/Aliases/dco.ps1
Normal file
|
@ -0,0 +1 @@
|
|||
docker-compose
|
1
docker/Aliases/dps.ps1
Normal file
1
docker/Aliases/dps.ps1
Normal file
|
@ -0,0 +1 @@
|
|||
Get-DockerProcess
|
1
docker/Aliases/vidc.ps1
Normal file
1
docker/Aliases/vidc.ps1
Normal file
|
@ -0,0 +1 @@
|
|||
Edit-DockerCompose
|
Loading…
Add table
Add a link
Reference in a new issue