aws-sam-cli icon indicating copy to clipboard operation
aws-sam-cli copied to clipboard

Feature request: support Finch

Open ottokruse opened this issue 1 year ago • 2 comments

Describe your idea/feature/enhancement

Support using Finch which is an AWS provided alternative to the docker command line client.

Yes I have seen #4584 but I'd like to ask that you reconsider. AWS CDK supports Finch. Is it an option to rework your implementation to support Finch as well (drop docker py in favor of another method, eg how CDK does it)?

Introducing Finch: An Open Source Client for Container Development

Thank you for considering!

ottokruse avatar Aug 01 '24 10:08 ottokruse

Hi @ottokruse, thanks for the feature request. Will bring it up to the team/PM's.

hnnasit avatar Aug 01 '24 17:08 hnnasit

Thank you !

ottokruse avatar Aug 01 '24 18:08 ottokruse

As a workaround you can set the DOCKER_HOST variable (see https://docs.docker.com/reference/cli/docker/).

e.g. on MacOS:

export DOCKER_HOST="unix:///Applications/Finch/lima/data/finch/sock/finch.sock" 

progressive-kiwi avatar Jul 30 '25 10:07 progressive-kiwi