Strange behavior when using docker in goland Heng8050lee Created June 10, 2021 11:07 This is my setting below. Run Targets Run configurations I have set the "--rm", but the container was not remove.
Hello,
Thanks for the report.
--rm flag is explicitly ignored in run configurations with Docker as a remote target due to bugs with race conditions. Please follow IDEA-264871.
As a workaround, please, remove containers manually using Services tab or docker container rm in Terminal.
I hope it helps.
Asty8952 Could you please elaborate a bit? What the issue in your case?