From 4bc166446d61f9fde69c91e73b6043b8ba9040fc Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 15 Mar 2018 14:04:08 -0400 Subject: We should not have a default workdir Having a default workdir is causing us not to use the container images workdir. Signed-off-by: Daniel J Walsh Closes: #501 Approved by: mheon --- cmd/podman/common.go | 1 - 1 file changed, 1 deletion(-) (limited to 'cmd/podman/common.go') diff --git a/cmd/podman/common.go b/cmd/podman/common.go index 8dee6cb98..60cc48803 100644 --- a/cmd/podman/common.go +++ b/cmd/podman/common.go @@ -390,6 +390,5 @@ var createFlags = []cli.Flag{ cli.StringFlag{ Name: "workdir, w", Usage: "Working `directory inside the container", - Value: "/", }, } -- cgit v1.2.3-54-g00ecf