aboutsummaryrefslogtreecommitdiff
path: root/libpod/container.go
Commit message (Expand)AuthorAge
...
* Remove read-only from DB, it's in the specMatthew Heon2018-02-09
* Allow users to specify logpathDaniel J Walsh2018-02-03
* Fix issues with podman ps from QEumohnani82018-01-22
* Rename containerRuntimeInfo to containerState for clarityMatthew Heon2018-01-18
* Rename ContainerState to ContainerStatusMatthew Heon2018-01-18
* Split container.go into three filesMatthew Heon2018-01-18
* Fix gofmtMatthew Heon2018-01-17
* Fix in-memory state testsMatthew Heon2018-01-17
* Add ability to get dependencies of a containerMatthew Heon2018-01-17
* Change handling for pods in libpod stateMatthew Heon2018-01-17
* Ensure batched containers have locksMatthew Heon2018-01-16
* Fix lint issuesMatthew Heon2018-01-16
* Add API for sharing namespacesMatthew Heon2018-01-16
* Add support for shared CGroup namespacesMatthew Heon2018-01-16
* Add support for joining shared namespaces in libpodMatthew Heon2018-01-16
* When performing state-changing operations, don't exec runtimeMatthew Heon2018-01-16
* Add DNS and security fields to DBMatthew Heon2018-01-15
* Fix gofmtMatthew Heon2018-01-14
* Add Sync() function to updating ctr state in Batch()Matthew Heon2018-01-14
* Disable locking on functions in batch operationsMatthew Heon2018-01-14
* Add initial function batching APIMatthew Heon2018-01-14
* Merge pull request #211 from mheon/wireup_backendsDaniel J Walsh2018-01-12
|\
| * Add ability to set CGroup Parent via APIMatthew Heon2018-01-10
* | Add support for shm-size.Daniel J Walsh2018-01-11
|/
* Update DB to add new fields required for planned featuresMatthew Heon2018-01-10
* Save ContainerConfig.User to databaseMatthew Heon2018-01-08
* Add function to get IP address of a running containerMatthew Heon2018-01-08
* Fix handling of exit codesDaniel J Walsh2018-01-04
* Make database write in syncContainer conditionalMatthew Heon2018-01-04
* podman create/run need to load information from the imageDaniel J Walsh2018-01-03
* libpod/container.go Handle systemd resolvebaude2018-01-02
* Plumb through the --stop-timeout signal handlingDaniel J Walsh2017-12-20
* Add podman commit commandumohnani82017-12-20
* Create new network namespaces when initializing containersMatthew Heon2017-12-14
* Add network namespaces to SQL stateMatthew Heon2017-12-14
* Add networking configuration to the libpod DBMatthew Heon2017-12-14
* Remove lock existence checks when creating pods/containersMatthew Heon2017-12-14
* Copy resolv.conf into containerbaude2017-12-14
* kpod statsbaude2017-12-13
* Update kpod inspect to use the new container stateumohnani82017-12-12
* Merge pull request #72 from mheon/file_lockingDaniel J Walsh2017-12-11
|\
| * Small comment update to make use of syncContainer more obviousMatthew Heon2017-12-05
| * Fix lintMatthew Heon2017-12-04
| * Remove SQL state locking and rely on sqlite lockingMatthew Heon2017-12-04
| * Move containers to file locks from c/storageMatthew Heon2017-12-04
* | Merge pull request #94 from mheon/restartDaniel J Walsh2017-12-11
|\ \
| * | Add ability to refresh state in DBMatthew Heon2017-12-07
| * | Do not recreate containers in runc after restartMatthew Heon2017-12-06
| * | Do not recreate OCI spec in init() if it existsMatthew Heon2017-12-05
| * | Fix potential race condition in initializing libpodMatthew Heon2017-12-04