Small doc about all log and add more todo

This commit is contained in:
2026-07-21 23:08:44 +02:00
parent ce68a96440
commit 61f00647f4
3 changed files with 12 additions and 10 deletions
+8 -1
View File
@@ -39,4 +39,11 @@ docker run --rm --entrypoint /bin/bash stilobique/blender:5.1.2 -c 'ldd /opt/ble
# Test fonctionnel
docker run --rm stilobique/blender:5.1.2 ./blender -b --python-expr "import bpy; print('OK:', bpy.app.version_string)"
```
```
# Logs
Some log are generated inside a `logs` folder.
- `build`: all operation on build docker file.
- `clean`: from the dedicated function to clean all dockers images and cache.
- `test`: simple class method to try a specific docker image.