mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
4632a029d929ebb250e148799682dedc50f7777a
run --rm against older daemons on the cli
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>
Description
Интерфейс командной строки Docker
Languages
Go
92%
Shell
5.5%
Dockerfile
1.1%
Go-Checksums
0.9%
Makefile
0.3%
Other
0.2%