c70a4583 by 周伟奇

add backend logs

1 parent ebbfc79d
...@@ -55,6 +55,7 @@ END ...@@ -55,6 +55,7 @@ END
55 inside) _docker_func inside "${BACKEND_CONTAINER_NAME}" ;; 55 inside) _docker_func inside "${BACKEND_CONTAINER_NAME}" ;;
56 top) _docker_func top "${BACKEND_CONTAINER_NAME}" ;; 56 top) _docker_func top "${BACKEND_CONTAINER_NAME}" ;;
57 dlogs) _docker_func logs "${BACKEND_CONTAINER_NAME}" ;; 57 dlogs) _docker_func logs "${BACKEND_CONTAINER_NAME}" ;;
58 logs) _docker_func logs "${BACKEND_CONTAINER_NAME}" ;;
58 is_running) _docker_func is_running "${BACKEND_CONTAINER_NAME}" ;; 59 is_running) _docker_func is_running "${BACKEND_CONTAINER_NAME}" ;;
59 debug) checkOption "backend" && _docker_func debug "${BACKEND_IMAGE}" "${BACKEND_CONTAINER_NAME}" "${BACKEND_OPTIONS}" ;; 60 debug) checkOption "backend" && _docker_func debug "${BACKEND_IMAGE}" "${BACKEND_CONTAINER_NAME}" "${BACKEND_OPTIONS}" ;;
60 # 其他 61 # 其他
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!