nisargjhaveri / WirelessAndroidAutoDongle

Use Wireless Android Auto with a car that supports only wired Android Auto using a Raspberry Pi.
MIT License
331 stars 43 forks source link

Build Images using Docker #12

Closed hkfuertes closed 6 months ago

hkfuertes commented 9 months ago

Simple scripts to build the images using docker instead of vagrant:

git clone --recurse-submodules <repo>
docker-compose run build_XXXX # See docker-compose.yml for available options.

This was useful to me, that's why I share :man_shrugging:

nisargjhaveri commented 8 months ago

@hkfuertes any reason to not merge this? Sorry for the delay, but this looks useful. I am just waiting to try this out as I'm not very familiar with docker yet.

hkfuertes commented 8 months ago

@hkfuertes any reason to not merge this? Sorry for the delay, but this looks useful. I am just waiting to try this out as I'm not very familiar with docker yet.

I thought there was no interest... as you already used Vagrant VM to build it... If you think its useful, please merge it (or play with it and merge it)

nisargjhaveri commented 6 months ago

Hi, sorry for the delay. I had played around with this, but was getting into some permission issues with the setup. Did play around some more and came up with 9d9dd9c27779c1f10969f5347e795bf0d65c3be8. Please have a look and suggest if it can be better? I'm new to docker, but seems much better than using Vagrant for this. Thanks for suggesting and getting me started on this!

hkfuertes commented 6 months ago

I have seen your docker branch... nice!!! Please close this PR when you think it fits :)

Thank you!

nisargjhaveri commented 6 months ago

9d9dd9c27779c1f10969f5347e795bf0d65c3be8 adds support for building with docker. Thanks a lot for this. :)