mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Allows using daemon/internal packages when creating dockerd Signed-off-by: Derek McGowan <derek@mcg.dev>
11 lines
127 B
Go
11 lines
127 B
Go
//go:build !windows
|
|
|
|
package command
|
|
|
|
import (
|
|
"github.com/spf13/pflag"
|
|
)
|
|
|
|
func installServiceFlags(flags *pflag.FlagSet) {
|
|
}
|