mirror of
https://github.com/lukechilds/dockerpi.git
synced 2026-01-23 02:14:37 +00:00
Document building the VM only image
This commit is contained in:
parent
202666c405
commit
129cc9ba05
1 changed files with 6 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue