summaryrefslogtreecommitdiff
path: root/libpod/options.go
Commit message (Expand)AuthorAge
* Move rootless storage config into libpodMatthew Heon2018-12-02
* Add a struct indicating if some Runtime fields were setMatthew Heon2018-12-02
* 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
* Functionality changes to the following flagsumohnani82018-04-06
* Add hooks support to podmanDaniel J Walsh2018-04-05
* Fix golintMatthew Heon2018-04-03
* Add backend code for generic dependenciesMatthew Heon2018-04-03
* podman: new option --conmon-pidfile=Giuseppe Scrivano2018-03-29
* Change conmon and runtime paths to arraysMatthew Heon2018-03-06
* Address review commentsbaude2018-02-24
* Add support for --no-new-privsDaniel J Walsh2018-02-24
* Push up createConfig.CgroupParent processing to parentJhon Honce2018-02-22
* Implement podman run option --cgroup-parentJhon Honce2018-02-22
* Remove unused registry related options from libpodMatthew Heon2018-02-19
* Containers in a pod can only join namespaces in that podMatthew Heon2018-02-12
* Refactor Pod to use a Config structMatthew Heon2018-02-12
* Allow users to specify logpathDaniel J Walsh2018-02-03
* Save --privileged stateDaniel J Walsh2018-01-25
* Enable port bindingsbaude2018-01-20
* Add --dns-search, --dns-opt, --dns-server and --add-host.baude2018-01-19