summaryrefslogtreecommitdiff
path: root/libpod/container.go
Commit message (Expand)AuthorAge
* podman: new option --conmon-pidfile=Giuseppe Scrivano2018-03-29
* Fix some minor issues lint has been picking upMatthew Heon2018-03-27
* Implement container restartingMatthew Heon2018-03-15
* Convert bind mounts to use DB fieldMatthew Heon2018-03-08
* Add location in DB for saving files to bind mount inMatthew Heon2018-03-08
* Refactor saving OCI spec to disk into separate functionMatthew Heon2018-03-08
* Remove unused existing IP addresses functionMatthew Heon2018-03-02
* Fix gofmt & golintMatthew Heon2018-03-02
* Update DB to hold CNI network informationMatthew Heon2018-03-02
* Replace usage of runc with runtimeMatthew Heon2018-03-01
* Convert exec session tracking to use a dedicated structMatthew Heon2018-03-01
* Add tracking for container exec sessions to DBMatthew Heon2018-03-01
* podman stats add networkingbaude2018-02-28
* Move Hostname accessor to more logical placeMatthew Heon2018-02-23
* Refactor spec generation in libpod into a functionMatthew Heon2018-02-23
* Remove No New Privs from DB as it's already in the specMatthew Heon2018-02-22
* Add accessors to all container config and state fieldsMatthew Heon2018-02-22
* Make operations on pod containers as a group independentMatthew Heon2018-02-22
* Corrected commentJhon Honce2018-02-22
* Implement podman run option --cgroup-parentJhon Honce2018-02-22
* Add FFJSON encoding/decoding for our container structsMatthew Heon2018-02-16
* Add implementation for BoltDB-backed stateMatthew Heon2018-02-12
* 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