Skip to content

Commit

Permalink
Merge pull request #46 from theohbrothers/docs/readme-add-notes-about…
Browse files Browse the repository at this point in the history
…-possibly-needing-same-virtualbox-minor-version-on-host

Docs (readme): Add notes about possibly needing same virtualbox minor version on host
  • Loading branch information
leojonathanoh authored Jul 9, 2023
2 parents 2779b03 + ee4adac commit 3f14e3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ See docker-compose examples:
### Virtualbox builder

```sh
# The host must have an exact matching virtualbox version
# Note: The host may need to have an exact matching virtualbox version, or at least the same virtualbox minor version,
# if not virtualbox may not be able to start VMs
docker run --rm -it \
--device /dev/vboxdrv \
-v $(pwd):/src \
Expand Down
3 changes: 2 additions & 1 deletion generate/templates/README.md.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ See docker-compose examples:
### Virtualbox builder
``````sh
# The host must have an exact matching virtualbox version
# Note: The host may need to have an exact matching virtualbox version, or at least the same virtualbox minor version,
# if not virtualbox may not be able to start VMs
docker run --rm -it \
--device /dev/vboxdrv \
-v `$(pwd):/src \
Expand Down

0 comments on commit 3f14e3d

Please sign in to comment.