telepresenceio / telepresence

Local development against a remote Kubernetes or OpenShift cluster
https://www.telepresence.io
Other
6.43k stars 507 forks source link

Always add --rm option when using --docker-run. #3636

Closed thallgren closed 6 days ago

thallgren commented 6 days ago

The --rm option was only added when the connection was started with --docker mode. That makes no sense, and it caused errors when the container name was reused.