This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
raspberrypi4docker [2019/09/04 20:14] ian created |
raspberrypi4docker [2020/02/13 22:55] (current) |
||
|---|---|---|---|
| Line 22: | Line 22: | ||
| 3. Create a puppet manifest | 3. Create a puppet manifest | ||
| + | |||
| + | < | ||
| '' | '' | ||
| Line 57: | Line 59: | ||
| </ | </ | ||
| + | Create the directories and set the owner to match the UID of the container | ||
| < | < | ||
| - | # puppet apply --test docker.pp | + | # mkdir -p / |
| + | |||
| + | # chown -R 1000:1000 / | ||
| </ | </ | ||
| - | 6. You can then browse to the Plex webUI at http://< | + | < |
| + | # puppet apply --test docker.pp | ||
| + | </code> | ||
| + | 6. You can then browse to the Plex webUI at http:// | ||