Skip to content

Commit

Permalink
Document building the VM only image
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechilds committed Dec 16, 2019
1 parent 202666c commit 129cc9b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 129cc9b

Please sign in to comment.