rm Command Execution Failed
Symptoms
After you add the deployment action Run Docker Command and set Command to rm, the error message You cannot remove a running container is displayed.
Cause Analysis
The container to be deleted is running.
Solution
- Run the stop command to stop the container and then delete the container.
- Add the -f parameter to forcibly delete a running container using SIGKILL.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.