I've begun using tilt for Docker development and love it! I have containers that take a long time to build though. When I'm done using them, I don't want to run tilt down
(docs) because rebuilding them can take time. Also, running Ctrl-C doesn't stop the containers at all.
Is there a way to disable the containers without killing them in tilt?