ctr: add --hostname flag to create, run
Signed-off-by: Samuel Karp <me@samuelkarp.com>
This commit is contained in:
@@ -201,6 +201,10 @@ var (
|
||||
Name: "rdt-class",
|
||||
Usage: "name of the RDT class to associate the container with. Specifies a Class of Service (CLOS) for cache and memory bandwidth management.",
|
||||
},
|
||||
cli.StringFlag{
|
||||
Name: "hostname",
|
||||
Usage: "set the container's host name",
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user