blue-city-97042
08/31/2023, 11:07 PMdocker rm -f <container_name>
is then run
5. Next, when the pants package ::
command is next run, the container is no longer running and you get the following error
Failed to create Docker execution in container: DockerResponseServerError { status_code: 404, message: "No such container: db9353edd494b26ff36a9603f22715ad32e16bb74fdb410b0747d9eabacb853b" }
Given that it is entirely possible that the docker stack may need to be restarted, or the container killed, it seems that a more graceful mechanism is needed here.broad-processor-92400
09/01/2023, 12:08 AMpkill -f pantsd
.happy-kitchen-89482
09/01/2023, 1:35 AMhappy-kitchen-89482
09/01/2023, 1:35 AMblue-city-97042
09/05/2023, 3:06 PM