NewBuildCommand creates a new `docker build` command Deprecated: Do not import commands directly. They will be removed in a future release.
(dockerCLI command.Cli)
| 86 | // |
| 87 | // Deprecated: Do not import commands directly. They will be removed in a future release. |
| 88 | func NewBuildCommand(dockerCLI command.Cli) *cobra.Command { |
| 89 | return newBuildCommand(dockerCLI) |
| 90 | } |
| 91 | |
| 92 | // newBuildCommand creates a new `docker build` command |
| 93 | func newBuildCommand(dockerCLI command.Cli) *cobra.Command { |
nothing calls this directly
no test coverage detected
searching dependent graphs…