Remove deprecated "daemon" subcommand

The `docker daemon` subcommand was only present for
backward compatibility, but deprecated in v1.13,
and scheduled for removal in v17.12

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2017-11-13 01:26:09 +01:00
parent 365c525fab
commit c6a3199236
8 changed files with 3 additions and 166 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
set -eu -o pipefail
go test -tags daemon -v "$@"
go test -v "$@"