summaryrefslogtreecommitdiff
path: root/pkg/spec/spec.go
Commit message (Expand)AuthorAge
* rootless: force resources to be nil on cgroup v1Giuseppe Scrivano2019-05-20
* Don't set apparmor if --priviligedDaniel J Walsh2019-05-20
* rootless, spec: allow resources with cgroup v2Giuseppe Scrivano2019-05-13
* Move handling of ReadOnlyTmpfs into new mounts codeMatthew Heon2019-05-01
* Migrate to unified volume handling codeMatthew Heon2019-05-01
* Remove non-config fields from CreateConfigMatthew Heon2019-05-01
* Add a new function for converting a CreateConfigMatthew Heon2019-05-01
* auto pass http_proxy into containerJames Cassell2019-04-30
* Add --read-only-tmpfs optionsDaniel J Walsh2019-04-26
* spec: mask /sys/kernel when bind mounting /sysGiuseppe Scrivano2019-04-11
* oci: add /sys/kernel to the masked pathsGiuseppe Scrivano2019-04-11
* Drop LocalVolumes from our the databaseMatthew Heon2019-04-04
* Add handling for new named volumes code in pkg/specMatthew Heon2019-04-04
* Vendor docker/docker, fsouza and more #2TomSweeneyRedHat2019-03-13
* Fix SELinux on host shared systems in usernsDaniel J Walsh2019-03-11
* podman: fix ro bind mounts if no* opts are on the sourceGiuseppe Scrivano2019-02-25
* rootless: do not override /dev/pts if not neededGiuseppe Scrivano2019-02-06
* rootless: fix --pid=host without --privilegedGiuseppe Scrivano2019-01-18
* apparmor: apply default profile at container initializationValentin Rothberg2019-01-09
* Update vendor of runcDaniel J Walsh2019-01-04
* Fixes to handle /dev/shm correctly.Daniel J Walsh2018-12-24
* Allow users to specify a directory for additonal devicesDaniel J Walsh2018-12-21
* rootless: add new netmode "slirp4netns"Giuseppe Scrivano2018-11-27
* Mount proper cgroup for systemd to manage inside of the container.Daniel J Walsh2018-10-15
* Merge pull request #1557 from rhatdan/systemdOpenShift Merge Robot2018-10-04
|\
| * Don't tmpcopyup on systemd cgroupDaniel J Walsh2018-09-29
* | rootless: raise an error when trying to use cgroupsGiuseppe Scrivano2018-10-01
|/
* Add --mount option for `create` & `run` commandDaniel J Walsh2018-09-21
* Add new field to libpod to indicate whether or not to use labellingDaniel J Walsh2018-09-20
* Small updates to OCI spec generationMatthew Heon2018-09-17
* Don't mount /dev/* if user mounted /devDaniel J Walsh2018-09-14
* Swap default mount propagation from private to rprivateMatthew Heon2018-09-13
* Respect user-added mounts over default spec mountsMatthew Heon2018-09-07
* Ensure we do not overlap mounts in the specMatthew Heon2018-09-07
* Add proper support for systemd inside of podmanDaniel J Walsh2018-08-31
* Set nproc in containers unless explicitly overriddenMatthew Heon2018-08-28
* Do not set max open files by default if we are rootlessMatthew Heon2018-08-28
* Set default max open files in specMatthew Heon2018-08-28
* Fix Mount PropagationGiuseppe Scrivano2018-08-27
* rootless: fix --pid=hostGiuseppe Scrivano2018-08-27
* rootless: fix --ipc=hostGiuseppe Scrivano2018-08-27
* spec: bind mount /sys only when userNS are enabledGiuseppe Scrivano2018-08-27
* Added option to share kernel namespaces in libpod and podmanhaircommander2018-08-23
* rootless: fix --net host --privilegedGiuseppe Scrivano2018-08-22
* podman: fix --uts=hostGiuseppe Scrivano2018-08-17
* switch projectatomic to containersDaniel J Walsh2018-08-16
* Revert "spec: bind mount /sys only for rootless containers"Giuseppe Scrivano2018-08-16
* spec: bind mount /sys only for rootless containersGiuseppe Scrivano2018-08-15
* Fix handling of hostname in --net=hostDaniel J Walsh2018-08-15
* podman: allow to specify the IPC namespace to joinGiuseppe Scrivano2018-07-24