aws-samples / aws-do-eks

MIT No Attribution
42 stars 27 forks source link

Use Finch instead of docker on OSX #13

Open perifaws opened 1 year ago

perifaws commented 1 year ago

Docker desktop is used by default to build the ADE container. Should Finch be preferred?

iankouls-aws commented 1 year ago

The do-framework could handle a request like this one by defining CLI in the .env file. By default it would be set to docker but if the user prefers to use finch, they can just change the configuration line to export CLI=finch.

iankouls-aws commented 1 year ago

I will keep this issue open for now and will close when I add the CLI config as well as modify the management scripts to use $CLI instead of docker.