This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| raspberrypi4docker [2019/09/04 20:16] ian | raspberrypi4docker [2020/02/13 22:55] (current) | ||
|---|---|---|---|
| Line 22: | Line 22: | ||
| 3. Create a puppet manifest | 3. Create a puppet manifest | ||
| + | |||
| + | < | ||
| '' | '' | ||
| Line 55: | Line 57: | ||
| ], | ], | ||
| } | } | ||
| + | </ | ||
| + | |||
| + | Create the directories and set the owner to match the UID of the container | ||
| + | < | ||
| + | # mkdir -p / | ||
| + | |||
| + | # chown -R 1000:1000 / | ||
| </ | </ | ||