diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-06-02 10:16:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-02 10:16:28 -0400 |
commit | 13cdf862e6dbf31902405e4204a5bd87f62a9759 (patch) | |
tree | e539f745d2f5650d74d004c41caae17a1cf77105 /cmd/podman/common/default.go | |
parent | 8b972ff8ca2d44d7d724d84e00bec3afb90feb20 (diff) | |
parent | fb163976f4d46bbcbd793bd7a07a2c688d7924b5 (diff) | |
download | podman-13cdf862e6dbf31902405e4204a5bd87f62a9759.tar.gz podman-13cdf862e6dbf31902405e4204a5bd87f62a9759.tar.bz2 podman-13cdf862e6dbf31902405e4204a5bd87f62a9759.zip |
Merge pull request #14301 from rhatdan/volume
Support setting image_volume_mode in containers.conf
Diffstat (limited to 'cmd/podman/common/default.go')
-rw-r--r-- | cmd/podman/common/default.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cmd/podman/common/default.go b/cmd/podman/common/default.go index 7caec50ff..6f78d3d29 100644 --- a/cmd/podman/common/default.go +++ b/cmd/podman/common/default.go @@ -5,9 +5,6 @@ import ( ) var ( - - // DefaultImageVolume default value - DefaultImageVolume = "bind" // Pull in configured json library json = registry.JSONLibrary() ) |