mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-08-18 19:47:52 +00:00
24 lines
269 B
Bash
24 lines
269 B
Bash
infra_disableaddrchecks() {
|
|
die "unimplemented"
|
|
}
|
|
|
|
infra_list() {
|
|
die "unimplemented"
|
|
}
|
|
|
|
infra_opensg() {
|
|
die "unimplemented"
|
|
}
|
|
|
|
infra_quotas() {
|
|
die "unimplemented"
|
|
}
|
|
|
|
infra_start() {
|
|
die "unimplemented"
|
|
}
|
|
|
|
infra_stop() {
|
|
die "unimplemented"
|
|
}
|