Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| omv7:docker_in_omv [2025/04/16 14:54] – [3. Create appuser] chente | omv7:docker_in_omv [2025/12/08 15:15] (current) – chente | ||
|---|---|---|---|
| Line 286: | Line 286: | ||
| Where < | Where < | ||
| Later you can see this with examples. | Later you can see this with examples. | ||
| + | </ | ||
| + | *...< | ||
| + | Warning | ||
| + | </ | ||
| + | Make sure to create subfolders within each appdata folder for each container folder.< | ||
| + | Don't do this: <b>- / | ||
| + | If you do this, the persistent data in the config folder will be mixed with the plugin' | ||
| + | Do this: <b>- / | ||
| + | This way, the permissions will remain as created by the container. | ||
| </ | </ | ||
| *...< | *...< | ||
| Line 360: | Line 369: | ||
| ---- | ---- | ||
| - | === 3. Create appuser === | + | ==== 3. Create appuser |
| If you have read the introduction of this document you already know if the //appuser// user is enough for you or you need something else. If you are happy with this user for some or all of the containers go ahead, otherwise customize it as above. | If you have read the introduction of this document you already know if the //appuser// user is enough for you or you need something else. If you are happy with this user for some or all of the containers go ahead, otherwise customize it as above. | ||
| Line 401: | Line 410: | ||
| ---- | ---- | ||
| - | === 4. Global environmental variables === | + | ==== 4. Global environmental variables |
| Global environment variables will be used in the procedure that follows this document. | Global environment variables will be used in the procedure that follows this document. | ||