Add cheeky network
command
This commit is contained in:
parent
35182ed260
commit
8022a2cb41
10
abra
10
abra
@ -988,18 +988,24 @@ sub_upgrade() {
|
||||
curl https://install.abra.autonomic.zone | bash
|
||||
}
|
||||
|
||||
###### .. volume <args>...
|
||||
###### .. stack <args>...
|
||||
sub_stack() {
|
||||
# shellcheck disable=SC2068
|
||||
docker stack $@
|
||||
}
|
||||
|
||||
###### .. stack <args>...
|
||||
###### .. volume <args>...
|
||||
sub_volume() {
|
||||
# shellcheck disable=SC2068
|
||||
docker volume $@
|
||||
}
|
||||
|
||||
###### .. network <args>...
|
||||
sub_network() {
|
||||
# shellcheck disable=SC2068
|
||||
docker network $@
|
||||
}
|
||||
|
||||
#######################################
|
||||
# Main
|
||||
#######################################
|
||||
|
Loading…
Reference in New Issue
Block a user