Document building the VM only image

This commit is contained in:
Luke Childs 2019-12-16 15:40:35 +07:00
parent 202666c405
commit 129cc9ba05

View file

@ -87,6 +87,12 @@ Build this image yourself by checking out this repo, `cd` ing into it and runnin
docker build -t lukechilds/dockerpi .
```
Build the VM only image with:
```
docker build -t lukechilds/dockerpi:vm --target dockerpi-vm .
```
## License
MIT © Luke Childs