Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
e7dbb003
Commit
e7dbb003
authored
Jan 29, 2024
by
Daniel Hiltgen
Browse files
Add container hints for troubleshooting
Some users are new to containers and unsure where the server logs go
parent
4072b587
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
docs/troubleshooting.md
docs/troubleshooting.md
+7
-0
No files found.
docs/troubleshooting.md
View file @
e7dbb003
...
@@ -12,6 +12,13 @@ On Linux systems with systemd, the logs can be found with this command:
...
@@ -12,6 +12,13 @@ On Linux systems with systemd, the logs can be found with this command:
journalctl
-u
ollama
journalctl
-u
ollama
```
```
When you run Ollama in a container, the logs go to stdout/stderr in the container:
```
shell
docker logs <container-name>
```
(Use
`docker ps`
to find the container name)
If manually running
`ollama serve`
in a terminal, the logs will be on that terminal.
If manually running
`ollama serve`
in a terminal, the logs will be on that terminal.
Join the
[
Discord
](
https://discord.gg/ollama
)
for help interpreting the logs.
Join the
[
Discord
](
https://discord.gg/ollama
)
for help interpreting the logs.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment