Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CmdWeb = cli.Command{ Name: "web", Usage: "start dockyard web service", Description: "dockyard is the module of handler docker and rkt image.", Action: runWeb, Flags: []cli.Flag{ cli.StringFlag{ Name: "address", Value: "0.0.0.0", Usage: "web service listen ip, default is 0.0.0.0; if listen with Unix Socket, the value is sock file path.", }, cli.IntFlag{ Name: "port", Value: 80, Usage: "web service listen at port 80; if run with https will be 443.", }, }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.