提交 23e12564 编写于 作者: M Medya Gh

rename createConfig

上级 b20322a8
......@@ -298,7 +298,7 @@ func (d *Driver) nodeID(nameOrID string) (string, error) {
}
// createNode creates a new container node
func createNode(p createConfig) error {
func createNode(p createParams) error {
runArgs := []string{
fmt.Sprintf("--cpus=%s", p.CPUs),
fmt.Sprintf("--memory=%s", p.Memory),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册