diff --git a/docs/getting-started/docker/debug.md b/docs/getting-started/docker/debug.md index 0ddc3fe..d68c6f0 100644 --- a/docs/getting-started/docker/debug.md +++ b/docs/getting-started/docker/debug.md @@ -38,7 +38,7 @@ Access all the container logs at the same time, run the following command _(make podman-compose --file docker-compose.yml --file docker-compose.raspberrypi.yml --file docker-compose.skills.yml --env-file .env logs --follow --tail 200 ``` -## Specific contaienr logs +## Specific container logs Access the logs of a specific container. diff --git a/docs/getting-started/docker/images.md b/docs/getting-started/docker/images.md index 174a5e4..390c498 100644 --- a/docs/getting-started/docker/images.md +++ b/docs/getting-started/docker/images.md @@ -61,6 +61,7 @@ To allow data persistence, Docker or Podman volumes are required, they will prev | ----------------------- | -------------------------------------------------------------------------------------------------------------------------------- | | `ovos_gui_file` | Share QML files from skills between the GUI message bus and the GUI client | | `ovos_listener_records` | [Wake words](../../about/glossary/terms.md#wake-word) and [utterances](../../about/glossary/terms.md#utterance) recorded samples | +| `ovos_local_state` | Moslty used to store logs from the different components | | `ovos_models` | Models downloaded by `precise-lite` wake word plugin | | `ovos_nltk` | [Punkt](https://www.askpython.com/python-modules/nltk-punkt) Python package required by [NLTK](https://www.nltk.org/index.html) | | `ovos_tts_cache` | `.wav` and `.pho` files acting as cache from TTS transcription |