Skip to content

Commit

Permalink
Fix missing word in README (lukechilds#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
svenluijten authored and lukechilds committed Dec 16, 2019
1 parent fb7066f commit 4bb1b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4bb1b91

Please sign in to comment.