storage/docs
Jordan Williams 33418be0fc
Inherit system storage driver in rootless configurations
The storage driver set in `/etc/containers/storage.conf` was ignored for rootless configurations.
Rootless configurations would use overlay or vfs by default.
If the STORAGE_DRIVER environment was variable set, this value would be used instead.

This commit changes this behavior to inherit the driver set in `/etc/containers/storage.conf`.
To inherit the driver in rootless configurations, the driver must be valid in a rootless context.
The valid rootless drivers are btrfs, overlay, and vfs at this time.
To remain consistent with previous behavior, the STORAGE_DRIVER environment variable supersedes any driver set in `/etc/containers/storage.conf` and does not need to be a valid rootless driver.

buildah's documentation for the `--storage-driver` command will need to be updated to reflect these changes.
2021-03-02 10:28:53 -06:00
..
Makefile Add support for installing man pages 2019-07-21 04:34:04 -04:00
containers-storage-add-names.md Wrap the Store.Names() method in the CLI 2017-09-29 15:00:19 -04:00
containers-storage-applydiff.md Finish renaming oci-storage to containers-storage 2017-07-10 16:11:09 -04:00
containers-storage-changes.md Finish renaming oci-storage to containers-storage 2017-07-10 16:11:09 -04:00
containers-storage-container.md Add a CLI "layer" command 2017-09-29 15:06:59 -04:00
containers-storage-containers.md Finish renaming oci-storage to containers-storage 2017-07-10 16:11:09 -04:00
containers-storage-copy.md Exercise Copy[File]WithTar, optionally with Chown flags 2018-05-01 10:27:34 -04:00
containers-storage-create-container.md Finish renaming oci-storage to containers-storage 2017-07-10 16:11:09 -04:00
containers-storage-create-image.md Finish renaming oci-storage to containers-storage 2017-07-10 16:11:09 -04:00
containers-storage-create-layer.md Finish renaming oci-storage to containers-storage 2017-07-10 16:11:09 -04:00
containers-storage-delete-container.md Finish renaming oci-storage to containers-storage 2017-07-10 16:11:09 -04:00
containers-storage-delete-image.md Finish renaming oci-storage to containers-storage 2017-07-10 16:11:09 -04:00
containers-storage-delete-layer.md Finish renaming oci-storage to containers-storage 2017-07-10 16:11:09 -04:00
containers-storage-delete.md Finish renaming oci-storage to containers-storage 2017-07-10 16:11:09 -04:00
containers-storage-diff.md Finish renaming oci-storage to containers-storage 2017-07-10 16:11:09 -04:00
containers-storage-diffsize.md Finish renaming oci-storage to containers-storage 2017-07-10 16:11:09 -04:00
containers-storage-exists.md Finish renaming oci-storage to containers-storage 2017-07-10 16:11:09 -04:00
containers-storage-get-container-data-digest.md Wrap new data retrieval APIs in the CLI tool 2017-10-02 17:50:01 -04:00
containers-storage-get-container-data-size.md Wrap new data retrieval APIs in the CLI tool 2017-10-02 17:50:01 -04:00
containers-storage-get-container-data.md Wrap new data retrieval APIs in the CLI tool 2017-10-02 17:50:01 -04:00
containers-storage-get-container-dir.md Finish renaming oci-storage to containers-storage 2017-07-10 16:11:09 -04:00
containers-storage-get-container-run-dir.md Finish renaming oci-storage to containers-storage 2017-07-10 16:11:09 -04:00
containers-storage-get-image-data-digest.md Wrap new data retrieval APIs in the CLI tool 2017-10-02 17:50:01 -04:00
containers-storage-get-image-data-size.md Wrap new data retrieval APIs in the CLI tool 2017-10-02 17:50:01 -04:00
containers-storage-get-image-data.md Wrap new data retrieval APIs in the CLI tool 2017-10-02 17:50:01 -04:00
containers-storage-get-layer-data.md containers-storage: support layer bigdata 2021-02-02 11:39:03 +01:00
containers-storage-get-names.md Wrap the Store.Names() method in the CLI 2017-09-29 15:00:19 -04:00
containers-storage-image.md Add a CLI "layer" command 2017-09-29 15:06:59 -04:00
containers-storage-images-by-digest.md Teach images to hold multiple manifests 2019-02-07 10:27:36 -05:00
containers-storage-images.md Finish renaming oci-storage to containers-storage 2017-07-10 16:11:09 -04:00
containers-storage-import-layer.md docs: add manpage for import-layer 2019-05-03 16:18:29 +02:00
containers-storage-layer.md Add a CLI "layer" command 2017-09-29 15:06:59 -04:00
containers-storage-layers.md Finish renaming oci-storage to containers-storage 2017-07-10 16:11:09 -04:00
containers-storage-list-container-data.md Wrap new data retrieval APIs in the CLI tool 2017-10-02 17:50:01 -04:00
containers-storage-list-image-data.md Wrap new data retrieval APIs in the CLI tool 2017-10-02 17:50:01 -04:00
containers-storage-list-layer-data.md containers-storage: support layer bigdata 2021-02-02 11:39:03 +01:00
containers-storage-metadata.md Finish renaming oci-storage to containers-storage 2017-07-10 16:11:09 -04:00
containers-storage-mount.md Add man-page of subcommand mounted 2018-11-20 12:35:51 +09:00
containers-storage-mounted.md Add man-page of subcommand mounted 2018-11-20 12:35:51 +09:00
containers-storage-set-container-data.md Wrap new data retrieval APIs in the CLI tool 2017-10-02 17:50:01 -04:00
containers-storage-set-image-data.md Wrap new data retrieval APIs in the CLI tool 2017-10-02 17:50:01 -04:00
containers-storage-set-layer-data.md containers-storage: support layer bigdata 2021-02-02 11:39:03 +01:00
containers-storage-set-metadata.md Finish renaming oci-storage to containers-storage 2017-07-10 16:11:09 -04:00
containers-storage-set-names.md Wrap the Store.Names() method in the CLI 2017-09-29 15:00:19 -04:00
containers-storage-shutdown.md Finish renaming oci-storage to containers-storage 2017-07-10 16:11:09 -04:00
containers-storage-status.md Finish renaming oci-storage to containers-storage 2017-07-10 16:11:09 -04:00
containers-storage-unmount.md Add man-page of subcommand mounted 2018-11-20 12:35:51 +09:00
containers-storage-version.md Finish renaming oci-storage to containers-storage 2017-07-10 16:11:09 -04:00
containers-storage-wipe.md Finish renaming oci-storage to containers-storage 2017-07-10 16:11:09 -04:00
containers-storage.conf.5.md Inherit system storage driver in rootless configurations 2021-03-02 10:28:53 -06:00
containers-storage.md Switch references of /var/run -> /run 2020-12-18 06:32:45 -05:00