added docker command to logging section

thanks to @libreshare (#2)
This commit is contained in:
Oscar Krause 2023-07-04 12:22:22 +02:00
parent 45545953ed
commit c1eaa33d9e

View File

@ -566,6 +566,10 @@ There are many other internal api endpoints for handling authentication and leas
**Please make sure that fastapi-dls and your guests are on the same timezone!** **Please make sure that fastapi-dls and your guests are on the same timezone!**
## Docker
Logs are available with `docker logs <container>`. To get the correct container-id use `docker container ls` or `docker ps`.
## Linux ## Linux
Logs are available with `journalctl -u nvidia-gridd -f`. Logs are available with `journalctl -u nvidia-gridd -f`.