Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
周伟奇
/
situ-ocr
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
c70a4583
authored
2022-11-25 16:09:55 +0800
by
周伟奇
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
add backend logs
1 parent
ebbfc79d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
bin/control.sh
bin/control.sh
View file @
c70a458
...
...
@@ -55,6 +55,7 @@ END
inside
)
_docker_func inside
"
${
BACKEND_CONTAINER_NAME
}
"
;;
top
)
_docker_func top
"
${
BACKEND_CONTAINER_NAME
}
"
;;
dlogs
)
_docker_func logs
"
${
BACKEND_CONTAINER_NAME
}
"
;;
logs
)
_docker_func logs
"
${
BACKEND_CONTAINER_NAME
}
"
;;
is_running
)
_docker_func is_running
"
${
BACKEND_CONTAINER_NAME
}
"
;;
debug
)
checkOption
"backend"
&&
_docker_func debug
"
${
BACKEND_IMAGE
}
"
"
${
BACKEND_CONTAINER_NAME
}
"
"
${
BACKEND_OPTIONS
}
"
;;
# 其他
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment