mirror of
https://github.com/lukechilds/dockerpi.git
synced 2026-07-17 16:34:53 +00:00
Fix missing word in README (#1)
This commit is contained in:
parent
fb7066f8e1
commit
4bb1b91e1d
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ This is not just a Raspian Docker image, it's a full ARM based Raspberry Pi virt
|
|||
docker run -it lukechilds/dockerpi
|
||||
```
|
||||
|
||||
By default all filesystem changes will lost on shutdown. You can persist filesystem changes between reboots by mounting the `/sdcard` volume on your host:
|
||||
By default all filesystem changes will be lost on shutdown. You can persist filesystem changes between reboots by mounting the `/sdcard` volume on your host:
|
||||
|
||||
```
|
||||
docker run -it -v $HOME/.dockerpi:/sdcard lukechilds/dockerpi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue