sst / ion

SST v3
https://sst.dev
MIT License
2.01k stars 235 forks source link

Local services started by dev command in AWS Cluster Service components don't get shut down when stopping `sst dev` #1003

Open KyleAMathews opened 1 month ago

thdxr commented 1 month ago

what OS is this?

KyleAMathews commented 1 month ago

Mac.

I have a docker run command and the container is still running when I shut down sst.

thdxr commented 1 month ago

can you try this snapshot version: 0.0.0-1725643739

KyleAMathews commented 1 month ago

👀 how do I do that?

sommeeeer commented 1 month ago

👀 how do I do that?

npm install sst@0.0.0-1725643739 --save-exact

thdxr commented 1 month ago

yep that or sst ugprade 0.0.0-1725643739

KyleAMathews commented 4 weeks ago

I installed this version with no change. My docker container started with docker run was still running after hitting ctrl-c in the terminal where sst dev was running.

thdxr commented 4 weeks ago

wait are you running the docker container with the right flags so it's stopped and removed on detach? can i see the full command?

KyleAMathews commented 3 weeks ago

it's just docker run org/name w/ a few environment variables and ports. What flags are required?