aboutsummaryrefslogtreecommitdiff
path: root/libpod/container.go
Commit message (Expand)AuthorAge
* Add additional comments on accessing state in APIMatthew Heon2018-07-31
* network: add support for rootless network with slirp4netnsGiuseppe Scrivano2018-07-31
* Add container and pod namespaces to configsMatthew Heon2018-07-24
* Update container Mounted() and Mountpoint() functionsMatthew Heon2018-07-24
* Record whether the container has exitedMatthew Heon2018-07-13
* Support multiple networksbaude2018-07-12
* Add --volumes-from flag to podman run and createumohnani82018-07-09
* Remove per-container CGroup parentsMatthew Heon2018-07-06
* libpod/container: Replace containerState* with containerPlatformStateW. Trevor King2018-07-05
* changes to allow for darwin compilationbaude2018-06-29
* Add `podman container cleanup` to CLIDaniel J Walsh2018-06-29
* Make CGroups cleanup optional on whether they existMatthew Heon2018-06-22
* Add MacAddress to inspectWim2018-06-18
* podman: accept option --rootfs to use exploded imagesGiuseppe Scrivano2018-06-15
* libpod: Execute poststop hooks locallyW. Trevor King2018-06-04
* Place Conmon and Container in separate CGroupsMatthew Heon2018-05-11
* Major fixes to systemd cgroup handlingMatthew Heon2018-05-11
* Add validation for CGroup parents. Pass CGroups path into runcMatthew Heon2018-05-11
* container.go: fix lint errorGiuseppe Scrivano2018-05-05
* podman, userNS: configure an intermediate mount namespaceGiuseppe Scrivano2018-05-04
* networking, userNS: configure the network namespace after createGiuseppe Scrivano2018-05-04
* Begin wiring in USERNS Support into podmanDaniel J Walsh2018-05-04
* Add accessors for new image fields in container configMatthew Heon2018-05-03
* Store user Volumes, Entrypoint, Command in databaseMatthew Heon2018-05-03
* Add config bool to indicate there are user volumesMatthew Heon2018-05-03
* Change container.locked to batchedTomSweeneyRedHat2018-04-16
* Functionality changes to the following flagsumohnani82018-04-06
* Add backend code for generic dependenciesMatthew Heon2018-04-03
* 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