summaryrefslogtreecommitdiff
path: root/libpod/container.go
Commit message (Expand)AuthorAge
* Add support for containers.confDaniel J Walsh2020-03-27
* Merge pull request #5088 from mheon/begin_exec_reworkOpenShift Merge Robot2020-03-19
|\
| * Add structure for new exec session tracking to DBMatthew Heon2020-03-18
| * Populate ExecSession with all required fieldsMatthew Heon2020-03-18
* | auto updatesValentin Rothberg2020-03-17
|/
* Remove ImageVolumes from databaseMatthew Heon2020-02-21
* Initial implementation of a spec generator packageMatthew Heon2020-02-04
* podman: add new option --cgroups=no-conmonGiuseppe Scrivano2020-01-16
* make lint: enable gocriticValentin Rothberg2020-01-13
* log: support --log-opt tag=Giuseppe Scrivano2020-01-10
* rootless: use RootlessKit port forwarderAkihiro Suda2020-01-08
* container config: add CreateCommandValentin Rothberg2019-12-13
* libpod: fix stats for rootless podsGiuseppe Scrivano2019-12-04
* Allow chained network namespace containersMatthew Heon2019-12-03
* podman: add support for specifying MACJakub Filak2019-11-06
* add libpod/configValentin Rothberg2019-10-31
* bump containers/image to v5.0.0, buildah to v1.11.4Nalin Dahyabhai2019-10-29
* Add ensureState helper for checking container stateMatthew Heon2019-10-28
* Move OCI runtime implementation behind an interfaceMatthew Heon2019-10-10
* Update c/image to v4.0.1 and buildah to 1.11.3Miloslav Trmač2019-10-04
* Add support for launching containers without CGroupsMatthew Heon2019-09-10
* Add comment to describe postConfigureNetNSGabi Beyer2019-07-30
* golangci-lint round #3baude2019-07-21
* golangci-lint pass number 2baude2019-07-11
* Merge pull request #3425 from adrianreber/restore-mount-labelOpenShift Merge Robot2019-07-08
|\
| * Track if a container is restored from an exported checkpointAdrian Reber2019-06-25
* | Store Conmon's PID in our state and display in inspectMatthew Heon2019-07-02
* | libpod removal from main (phase 2)baude2019-06-27
* | stats: fix cgroup path for rootless containersGiuseppe Scrivano2019-06-26
* | remove libpod from mainbaude2019-06-25
|/
* Begin adding support for multiple OCI runtimesMatthew Heon2019-06-19
* Purge all use of easyjson and ffjson in libpodMatthew Heon2019-06-13
* Address commentsPeter Hunt2019-05-28
* Added --log-driver and journald loggingPeter Hunt2019-05-28
* Move to using constants for valid restart policy typesMatthew Heon2019-05-03
* Add support for retry count with --restart flagMatthew Heon2019-05-03
* Add container restart policy to Libpod & PodmanMatthew Heon2019-05-03
* Add a StoppedByUser field to the DBMatthew Heon2019-05-03
* Use GetContainer instead of LookupContainer for full IDMatthew Heon2019-04-12
* (minor): fix misspelled 'Healthcheck'Ed Santiago2019-04-10
* podman-remote psbaude2019-04-09
* Drop LocalVolumes from our the databaseMatthew Heon2019-04-04
* Switch Libpod over to new explicit named volumesMatthew Heon2019-04-04
* Add named volumes for each container to databaseMatthew Heon2019-04-04
* userns: do not use an intermediate mount namespaceGiuseppe Scrivano2019-03-29
* Remove ulele/deepcopier in favor of JSON deep copyMatthew Heon2019-03-27
* Resolve review commentsMatthew Heon2019-03-27
* Add support to disable creation of network config filesMatthew Heon2019-03-27
* healtcheck phase 2baude2019-03-12
* podman healthcheck run (phase 1)baude2019-03-05