diff options
author | zhangguanzhang <zhangguanzhang@qq.com> | 2020-12-21 11:37:12 +0800 |
---|---|---|
committer | zhangguanzhang <zhangguanzhang@qq.com> | 2020-12-23 09:13:20 +0800 |
commit | 28138dafcc391b0d03633ee9c8e23ebc229842ba (patch) | |
tree | d373363d0d597c9e937afb3b4b6865f9950b645e /hack/install_bats.sh | |
parent | 5c6b5ef34905f40562b518799c35be8d06694e65 (diff) | |
download | podman-28138dafcc391b0d03633ee9c8e23ebc229842ba.tar.gz podman-28138dafcc391b0d03633ee9c8e23ebc229842ba.tar.bz2 podman-28138dafcc391b0d03633ee9c8e23ebc229842ba.zip |
Fix missing options in volumes display while setting uid and gid
```
$ podman volume create testvol --opt o=uid=1001,gid=1001
$ ./bin/podman volume create testvol2 --opt o=uid=1001,gid=1001
$ podman volume inspect testvol
"Options": {},
$ podman volume inspect testvol2
"Options": {
"GID": "1001",
"UID": "1001",
"o": "uid=1001,gid=1001"
},
```
Signed-off-by: zhangguanzhang <zhangguanzhang@qq.com>
Diffstat (limited to 'hack/install_bats.sh')
0 files changed, 0 insertions, 0 deletions