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 49a21e9f1c
commit d83bd5b506
No known key found for this signature in database
GPG key ID: 18F3685C0022BFF3

View file

@ -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() {