Skip to content

Commit 129cc9b

Browse files
committed
Document building the VM only image
1 parent 202666c commit 129cc9b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@ Build this image yourself by checking out this repo, `cd` ing into it and runnin
8787
docker build -t lukechilds/dockerpi .
8888
```
8989

90+
Build the VM only image with:
91+
92+
```
93+
docker build -t lukechilds/dockerpi:vm --target dockerpi-vm .
94+
```
95+
9096
## License
9197

9298
MIT © Luke Childs

0 commit comments

Comments
 (0)