update example

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-03-20 01:58:19 -04:00
parent 1f926d9a72
commit 026845b5d4

View file

@ -12,7 +12,7 @@ import (
)
const (
defaultRoot = "/tmp/binctr-busybox"
defaultRoot = "/tmp/binctr-alpine"
defaultRootfsDir = "rootfs"
)
@ -23,7 +23,7 @@ var (
func init() {
// 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.Usage = func() {