Files
podman/libpod
Matthew Heon aa7ce33b7a Add a struct indicating if some Runtime fields were set
To configure runtime fields from the database, we need to know
whether they were explicitly overwritten by the user (we don't
want to overwrite anything that was explicitly set). Store a
struct containing whether the variables we'll grab from the DB
were explicitly set by the user so we know what we can and can't
overwrite.

This determines whether libpod runtime and static dirs were set
via config file in a horribly hackish way (double TOML decode),
but I can't think of a better way, and it shouldn't be that
expensive as the libpod config is tiny.

Signed-off-by: Matthew Heon <mheon@redhat.com>
2018-12-02 14:06:33 -05:00
..
2018-08-16 17:12:36 +00:00
2017-11-01 11:24:59 -04:00
2018-04-05 14:13:49 +00:00
2018-11-28 09:26:24 -06:00
2018-11-28 09:26:24 -06:00
2018-11-09 09:41:57 +01:00
2018-11-28 09:26:24 -06:00
2018-11-28 09:26:24 -06:00
2018-08-23 15:01:17 +00:00
2018-08-23 15:01:17 +00:00
2018-10-17 17:04:19 -05:00
2018-08-23 18:16:28 +00:00
2018-10-03 12:45:37 -05:00
2018-08-15 18:07:04 +00:00
2018-03-14 20:21:31 +00:00
2018-11-28 10:53:41 +01:00
2018-10-31 00:27:08 +01:00