Fix missing word in README (#1)

This commit is contained in:
Sven Luijten 2019-12-16 23:54:00 +01:00 committed by Luke Childs
parent fb7066f8e1
commit 4bb1b91e1d

View file

@ -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