summaryrefslogtreecommitdiff
path: root/libpod/options.go
Commit message (Expand)AuthorAge
* podman healthcheck run (phase 1)baude2019-03-05
* Only remove image volumes when removing containersMatthew Heon2019-02-26
* Validate VolumePath against DB configurationMatthew Heon2019-02-26
* When location of c/storage root changes, set VolumePathMatthew Heon2019-02-26
* Fix up handling of user defined network namespacesDaniel J Walsh2019-02-23
* podman: --runtime has higher priority on runtime_pathGiuseppe Scrivano2019-02-22
* Do not make renumber shut down the runtimeMatthew Heon2019-02-21
* Move RenumberLocks into runtime initMatthew Heon2019-02-21
* Fix volume handling in podmanDaniel J Walsh2019-02-14
* oci: allow to define multiple OCI runtimesGiuseppe Scrivano2019-01-14
* libpod: allow multiple oci runtimesVincent Batts2019-01-14
* Switch all referencs to image.ContainerConfig to image.ConfigDaniel J Walsh2018-12-21
* Ensure storage options are properly initializedMatthew Heon2018-12-10
* Add "podman volume" commandumohnani82018-12-06
* Merge pull request #1918 from mheon/use_db_pathsOpenShift Merge Robot2018-12-05
|\
| * Fix libpod static dir selection when graphroot changedMatthew Heon2018-12-03
| * Move rootless storage config into libpodMatthew Heon2018-12-02
| * Add a struct indicating if some Runtime fields were setMatthew Heon2018-12-02
* | libpod/container_internal: Deprecate implicit hook directoriesW. Trevor King2018-12-03
|/
* network: allow slirp4netns mode also for root containersGiuseppe Scrivano2018-11-28
* Allow users to expose ports from the pod to the hostbaude2018-11-20
* 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
* Fix gofmtMatthew Heon2018-10-11
* Temporary commit to swap branchesMatthew Heon2018-10-11
* Add new field to libpod to indicate whether or not to use labellingDaniel J Walsh2018-09-20
* Hooks supports two directories, process default and overrideDaniel J Walsh2018-09-17
* Pass on securityOpts from podInfraContainer to container added to pod.Daniel J Walsh2018-09-11
* Refactor error checking in With*NSFromPod optionshaircommander2018-08-23
* Fixing network ns segfaulthaircommander2018-08-23
* Change pause container to infra containerhaircommander2018-08-23
* Added option to share kernel namespaces in libpod and podmanhaircommander2018-08-23
* Add --namespace flag to PodmanMatthew Heon2018-07-24
* Add constraint that dependencies must be in the same nsMatthew Heon2018-07-24
* Add container and pod namespaces to configsMatthew Heon2018-07-24
* Support multiple networksbaude2018-07-12
* Add --volumes-from flag to podman run and createumohnani82018-07-09
* Add `podman container cleanup` to CLIDaniel J Walsh2018-06-29
* podman: accept option --rootfs to use exploded imagesGiuseppe Scrivano2018-06-15
* Add per-pod CGroupsMatthew Heon2018-05-17
* libpod: Add HooksDirNotExistFatalW. Trevor King2018-05-11
* Add --cgroup-manager flag to Podman binaryMatthew Heon2018-05-11
* networking, userNS: configure the network namespace after createGiuseppe Scrivano2018-05-04
* Begin wiring in USERNS Support into podmanDaniel J Walsh2018-05-04
* Store user Volumes, Entrypoint, Command in databaseMatthew Heon2018-05-03
* Further fix Godoc comments in options.goMatthew Heon2018-05-03
* Fix Godoc comments in options.goMatthew Heon2018-05-03
* Add config bool to indicate there are user volumesMatthew Heon2018-05-03
* Modify secrets pkgumohnani82018-04-27
* Add --default-mounts-file hidden flagumohnani82018-04-26