summaryrefslogtreecommitdiff
path: root/libpod/options.go
Commit message (Expand)AuthorAge
* 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
* Wire in logic for selecting backing state implMatthew Heon2018-01-17
* Change handling for pods in libpod stateMatthew Heon2018-01-17
* Add API for sharing namespacesMatthew Heon2018-01-16
* Remove unused fields from runtime configMatthew Heon2018-01-12
* Merge pull request #211 from mheon/wireup_backendsDaniel J Walsh2018-01-12
|\
| * Add ability to set CGroup Parent via APIMatthew Heon2018-01-10
* | Merge pull request #215 from mheon/update_cniDaniel J Walsh2018-01-12
|\ \
| * | Update CNI plugin directories to search default location as wellMatthew Heon2018-01-11
| |/
* / Add support for shm-size.Daniel J Walsh2018-01-11
|/
* Update DB to add new fields required for planned featuresMatthew Heon2018-01-10
* Remove kpod handling of conmonbaude2018-01-03
* podman create/run need to load information from the imageDaniel J Walsh2018-01-03
* Ensure that names are reasonable via regexMatthew Heon2018-01-02
* Plumb through the --stop-timeout signal handlingDaniel J Walsh2017-12-20
* Finish implementing stop signal parsingDaniel J Walsh2017-12-19
* Ensure libkpod.Config defaults don't override libpod defaultsMatthew Heon2017-12-14
* Add networking configuration to the libpod DBMatthew Heon2017-12-14