Browse Source

Document building the VM only image

pull/1/head
Luke Childs 5 years ago
parent
commit
129cc9ba05
  1. 6
      README.md

6
README.md

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

Loading…
Cancel
Save