colima
colima copied to clipboard
Problems with sam local
Can anyone help me on this ?
Running AWS SAM projects locally requires Docker. Have you got it installed and running?
Having problems using sam local and colima together.
Hi, you could set this environment variable at your .zshenv file
export DOCKER_HOST="unix://$HOME/.colima/docker.sock"
source it and re-run
source ~/.zshenv
sam build -u
it should work now