aboutsummaryrefslogtreecommitdiff
path: root/libpod/container.go
Commit message (Expand)AuthorAge
* 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
* Fix volume handling in podmanDaniel J Walsh2019-02-14
* show container ports of network namespacebaude2019-02-13
* podman-remote inspectbaude2019-01-18
* Do not unmarshal into c.config.SpecMatthew Heon2019-01-18
* config: store the runtime used to create each containerGiuseppe Scrivano2019-01-14
* Move all libpod/ JSON references over to jsoniterMatthew Heon2019-01-10
* apparmor: apply default profile at container initializationValentin Rothberg2019-01-09
* Use existing interface to request IP address during restoreAdrian Reber2019-01-09
* Rename libpod.Config back to ContainerConfigMatthew Heon2019-01-07
* Convert containers to SHM lockingMatthew Heon2019-01-04
* Switch all referencs to image.ContainerConfig to image.ConfigDaniel J Walsh2018-12-21
* Containers sharing a netns should share resolv/hostsMatthew Heon2018-12-11
* bind mount /etc/resolv.conf|hosts in podsbaude2018-12-06
* Fix golang formatting issuesbaude2018-11-28
* network: allow slirp4netns mode also for root containersGiuseppe Scrivano2018-11-28
* libpod should know if the network is disabledDaniel J Walsh2018-11-13
* Allow containers/storage to handle on SELinux labelingDaniel J Walsh2018-10-23
* Mount proper cgroup for systemd to manage inside of the container.Daniel J Walsh2018-10-15
* Generate a passwd file for users not in containerDaniel J Walsh2018-10-12
* Temporary commit to swap branchesMatthew Heon2018-10-11
* Add ContainerStateExited and OCI delete() in cleanup()Matthew Heon2018-10-02
* Refactor Wait() to not require a timeoutMatthew Heon2018-09-21