sail
sail copied to clipboard
stop a docker container and run without requiring a rebuild
I work on a lot of repos, so stopping the container and rebuilding is a huge waste of time. How can I stop the docker instance and spin it back up with sail run?
Proposed option: create a stop command, so people can run sail stop org/repo
Maybe a flag for sail run like --no-rebuild to prevent rebuilding would be more approapriate.
How about stopping the container?