diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-02-04 12:33:33 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-04 12:33:33 -0800 |
commit | fac8318cb001404c13db7063cf17de768cd4ca3e (patch) | |
tree | e20e61ddfc4c562281a4422fdc666d75f42da3fa /libpod | |
parent | 805c5a5bb6f82e866f26c16b174ee62164e22f11 (diff) | |
parent | c1a5346713b7ca22602f458894343f6501a0d40b (diff) | |
download | podman-fac8318cb001404c13db7063cf17de768cd4ca3e.tar.gz podman-fac8318cb001404c13db7063cf17de768cd4ca3e.tar.bz2 podman-fac8318cb001404c13db7063cf17de768cd4ca3e.zip |
Merge pull request #5082 from baude/spec
[CI:DOCS] Spec proposal
Diffstat (limited to 'libpod')
-rw-r--r-- | libpod/container.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/container.go b/libpod/container.go index f29cebf20..5e5c8ab26 100644 --- a/libpod/container.go +++ b/libpod/container.go @@ -244,7 +244,7 @@ type ContainerConfig struct { // UID/GID mappings used by the storage IDMappings storage.IDMappingOptions `json:"idMappingsOptions,omitempty"` - // Information on the image used for the root filesystem/ + // Information on the image used for the root filesystem RootfsImageID string `json:"rootfsImageID,omitempty"` RootfsImageName string `json:"rootfsImageName,omitempty"` // Rootfs to use for the container, this conflicts with RootfsImageID |