douglascamata / setup-docker-macos-action

A Github Action to setup Docker on macOS runners.
MIT License
29 stars 9 forks source link

Allow Colima to be started with `--network-address` #22

Closed nicolas71640 closed 8 months ago

nicolas71640 commented 9 months ago

In order to have access to host network, Collima need to be started with --network-address argument.

I've just added a boolean input to do so.

douglascamata commented 8 months ago

hey @nicolas71640, thank you very much for the contribution. I am sorry for the delayed review, I was off on vacations.

Do you mind documenting this new input in the README, please? Then I believe we can merge it. 💪

douglascamata commented 8 months ago

I took the freedom to add the README description and updated some names. Thanks a lot for the contribution.