mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
67f607a02f
Signed-off-by: boucher <rboucher@gmail.com>
12 lines
302 B
Go
12 lines
302 B
Go
// +build !experimental
|
|
|
|
package checkpoint
|
|
|
|
import (
|
|
"github.com/docker/docker/cli/command"
|
|
"github.com/spf13/cobra"
|
|
)
|
|
|
|
// NewCheckpointCommand appends the `checkpoint` subcommands to rootCmd (only in experimental)
|
|
func NewCheckpointCommand(rootCmd *cobra.Command, dockerCli *command.DockerCli) {
|
|
}
|