Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | golangci: enable goimports | Valentin Rothberg | 2020-03-05 |
| | | | | | | Enable the goimports linter and fix reports. Signed-off-by: Valentin Rothberg <rothberg@redhat.com> | ||
* | Remove ImageVolumes from database | Matthew Heon | 2020-02-21 |
| | | | | | | | | | | | | | | Before Libpod supported named volumes, we approximated image volumes by bind-mounting in per-container temporary directories. This was handled by Libpod, and had a corresponding database entry to enable/disable it. However, when we enabled named volumes, we completely rewrote the old implementation; none of the old bind mount implementation still exists, save one flag in the database. With nothing remaining to use it, it has no further purpose. Signed-off-by: Matthew Heon <mheon@redhat.com> | ||
* | apiv2 container create using specgen | Brent Baude | 2020-02-19 |
this uses the specgen structure to create containers rather than the outdated createconfig. right now, only the apiv2 create is wired up. eventually the cli will also have to be done. Signed-off-by: Brent Baude <bbaude@redhat.com> |