|
@ -2899,11 +2899,6 @@ case "$action" in |
|
|
"") |
|
|
"") |
|
|
launch_docker_compose "${compose_opts[@]}" |
|
|
launch_docker_compose "${compose_opts[@]}" |
|
|
;; |
|
|
;; |
|
|
# enter) |
|
|
|
|
|
# master_service=$(get_master_services $SERVICE_PACK) || exit 1 |
|
|
|
|
|
# [ "${remainder_args[*]}" ] || remainder_args=("/bin/bash" "-c" "export TERM=xterm; exec bash") |
|
|
|
|
|
# docker exec -ti "${action_opts[@]}" "$master_service" "${remainder_args[@]}" |
|
|
|
|
|
# ;; |
|
|
|
|
|
graph) |
|
|
graph) |
|
|
graph $SERVICE_PACK |
|
|
graph $SERVICE_PACK |
|
|
;; |
|
|
;; |
|
|