-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sam deploy
using orbstack does not work
#6272
Comments
Hi there, this looks like a SAM CLI issue. Transferring to their repo. |
Hi @georgettica, thanks for creating this issue. You might need to set the After setting the environment variable, I was able to run |
I got it via |
|
Description
if I have a sam cli application that builds a docker and the docker backend is orbstack (https://github.com/orbstack/orbstack).
my OS is macos.
for comparison it does work well with podman (https://github.com/containers/podman) as the docker backend
Steps to reproduce
install orbstack
create a sam cli that uses a Dockerfile
sam build && sam deploy
Observed result
could not find docker
Expected result
build and deploy passes
Additional environment details
sam --version
: SAM CLI, version 1.100.0The text was updated successfully, but these errors were encountered: