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:
父節點
6e56ac6097
當前提交
24b5e928d0
共有 14 個文件被更改,包括 183 次插入 和 17 次删除
|
@ -1,3 +1,7 @@
|
|||
[CmdletBinding()]param([string[]]$Remotes = 'All')
|
||||
[CmdletBinding()]param(
|
||||
[string[]]$Remotes = 'All',
|
||||
[switch]$OneLine
|
||||
|
||||
Invoke-ViaAnsible -Command "Update-OSz -Mode Auto" -Remotes:$($Remotes.ToLower())
|
||||
)
|
||||
|
||||
Invoke-ViaAnsible -Command "Update-OSz -Mode Auto" -Remotes:$($Remotes.ToLower()) -OneLine:$OneLine
|
||||
|
|
載入中…
Add table
Add a link
Reference in a new issue