Skip to content

Commit

Permalink
Update README.md: Add info about data persistency
Browse files Browse the repository at this point in the history
  • Loading branch information
benz0li committed Sep 12, 2023
1 parent ffc999b commit 180398c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .devcontainer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,19 @@ For use with Github Codespaces, please follow the instruction at
For local/'remote host' usage with VS Code, please follow the instructions at
[Developing inside a Container](https://code.visualstudio.com/docs/devcontainers/containers).

### Persistence

Data in the following locations is persisted:

1. The user's home directory (`/home/vscode`)[^1]
2. The Dev Container's workspace (`/workspaces`)

[^1]: Alternatively for the root user (`/root`). Use with Docker/Podman in
*rootless mode*.

This is accomplished either via a *volume* or *bind mount* and is
preconfigured.

## Install pandoc

### Using cabal
Expand Down

0 comments on commit 180398c

Please sign in to comment.