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:50] ian |
raspberrypi4docker [2020/02/13 22:55] (current) |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| The default '' | The default '' | ||
| - | |||
| - | < | ||
| 1. Run the following commands as root to install '' | 1. Run the following commands as root to install '' | ||
| Line 24: | Line 22: | ||
| 3. Create a puppet manifest | 3. Create a puppet manifest | ||
| + | |||
| + | < | ||
| '' | '' | ||
| Line 57: | Line 57: | ||
| ], | ], | ||
| } | } | ||
| + | </ | ||
| + | |||
| + | Create the directories and set the owner to match the UID of the container | ||
| + | < | ||
| + | # mkdir -p / | ||
| + | |||
| + | # chown -R 1000:1000 / | ||
| </ | </ | ||