summaryrefslogtreecommitdiff
path: root/libpod/options.go
Commit message (Expand)AuthorAge
* 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
* Wire in net plugin into libpodMatthew Heon2017-12-14
* Update pods to use file locksMatthew Heon2017-12-14
* Add NetMode, UTSMode and IPCModeDaniel J Walsh2017-12-02
* Move libpod under containers/storageDaniel J Walsh2017-11-29
* Wire SQL backed state into rest of libpodMatthew Heon2017-11-18
* Compile-tested implementation of SQL-backed stateMatthew Heon2017-11-18
* Parse SecurityOptsDaniel J Walsh2017-11-03
* Initial checkin from CRI-O repoMatthew Heon2017-11-01