Skip to content

Commit

Permalink
README.md: Improve section on exposed files more
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork committed Feb 26, 2023
1 parent 7991e82 commit 87082bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ So what is shared with the application by default then?
| `/` | new tmpfs |
| `/bin` | read-only bind mount |
| `/dev` | new devtmpfs |
| `/dev/dri` | read-write with device access |
| `/dev/dri` | read-write bind mount with device access |
| `/etc` | read-only bind mount |
| `${HOME}` | new tmpfs |
| `${HOME}/.wine` | new tmpfs |
Expand Down

0 comments on commit 87082bf

Please sign in to comment.