mirror of
https://github.com/docker/cli.git
synced 2026-08-29 18:14:34 -05:00
For previous versions of Docker, `--rm` was handled client side, as such there was no support in the daemon for it. Now it is handled daemon side, but we still need to handle the case of a newer client talking to an older daemon. Falls back to client-side removal when the daemon does not support it. Signed-off-by: Brian Goff <cpuguy83@gmail.com>