update example
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
1f926d9a72
commit
026845b5d4
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
defaultRoot = "/tmp/binctr-busybox"
|
defaultRoot = "/tmp/binctr-alpine"
|
||||||
defaultRootfsDir = "rootfs"
|
defaultRootfsDir = "rootfs"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ var (
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
// Parse flags
|
// Parse flags
|
||||||
flag.StringVar(&containerID, "id", "busybox", "container ID")
|
flag.StringVar(&containerID, "id", "alpine", "container ID")
|
||||||
flag.StringVar(&root, "root", defaultRoot, "root directory of container state, should be tmpfs")
|
flag.StringVar(&root, "root", defaultRoot, "root directory of container state, should be tmpfs")
|
||||||
|
|
||||||
flag.Usage = func() {
|
flag.Usage = func() {
|
||||||
|
|
Loading…
Reference in a new issue