Skip to content

Commit

Permalink
[images] Add information about ovos_local_state volume
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Jan 23, 2024
1 parent 9a84d6b commit c57ce44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/docker/debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
1 change: 1 addition & 0 deletions docs/getting-started/docker/images.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit c57ce44

Please sign in to comment.