server: make ImageStore configurable
It's a bit odd to have ImageStore be part of the config and yet we don't allow people to modify it. However, leave it out of the commented version because it's currently unused. Signed-off-by: Aleksa Sarai <asarai@suse.de>
This commit is contained in:
parent
cb7239caa6
commit
33f47d6a6b
4 changed files with 11 additions and 6 deletions
|
@ -70,7 +70,9 @@ type ImageConfig struct {
|
|||
Pause string `toml:"pause"`
|
||||
|
||||
// ImageStore is the directory where the ocid image store will be stored.
|
||||
ImageStore string
|
||||
// TODO: This is currently not really used because we don't have
|
||||
// containers/storage integrated.
|
||||
ImageDir string `toml:"image_dir"`
|
||||
}
|
||||
|
||||
// tomlConfig is another way of looking at a Config, which is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue