added docker command to logging section

thanks to @libreshare (https://gitea.publichub.eu/oscar.krause/fastapi-dls/issues/2)
This commit is contained in:
Oscar Krause
2024-03-04 21:19:25 +01:00
parent aa746feb13
commit aa4ebfce73
+4
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!**
## Docker
Logs are available with `docker logs <container>`. To get the correct container-id use `docker container ls` or `docker ps`.
## Linux
Logs are available with `journalctl -u nvidia-gridd -f`.