summaryrefslogtreecommitdiff
path: root/pkg/spec/createconfig.go
Commit message (Expand)AuthorAge
* create pod on the flybaude2018-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
* Mount proper cgroup for systemd to manage inside of the container.Daniel J Walsh2018-10-15
* Merge pull request #1605 from mheon/syslog_cleanupOpenShift Merge Robot2018-10-11
|\
| * Pass along syslog variable to podman cleanup processesMatthew Heon2018-10-11
* | Add --ip flag and plumbing into libpodMatthew Heon2018-10-11
|/
* Add --mount option for `create` & `run` commandDaniel J Walsh2018-09-21
* Don't mount /dev/shm if the user told you --ipc=noneDaniel J Walsh2018-09-21
* spec: refactor ns modes to a common interfaceGiuseppe Scrivano2018-09-21
* Add new field to libpod to indicate whether or not to use labellingDaniel J Walsh2018-09-20
* Swap default mount propagation from private to rprivateMatthew Heon2018-09-13
* Pass on securityOpts from podInfraContainer to container added to pod.Daniel J Walsh2018-09-11
* Fix pod sharing for utsmodeDaniel J Walsh2018-09-07
* Respect user-added mounts over default spec mountsMatthew Heon2018-09-07
* Add proper support for systemd inside of podmanDaniel J Walsh2018-08-31
* Fix Mount PropagationGiuseppe Scrivano2018-08-27
* exposes tcp port only if no proto specified.Kunal Kushwaha2018-08-24
* Fixing network ns segfaulthaircommander2018-08-23
* Added option to share kernel namespaces in libpod and podmanhaircommander2018-08-23
* switch projectatomic to containersDaniel J Walsh2018-08-16
* network: add support for rootless network with slirp4netnsGiuseppe Scrivano2018-07-31
* Clear variables used to store options after parsing for every volumeumohnani82018-07-25
* network: support ns: prefix to join existing namespaceGiuseppe Scrivano2018-07-24
* Added full podman pod ps, with tests and man pagehaircommander2018-07-13
* Podman pod create/rm commands with man page and tests.haircommander2018-07-13
* Support multiple networksbaude2018-07-12
* Add --volumes-from flag to podman run and createumohnani82018-07-09
* spec: Make addPrivilegedDevices and createBlockIO per-platformW. Trevor King2018-07-06
* more changes to compile darwinbaude2018-07-05
* changes to allow for darwin compilationbaude2018-06-29
* Add `podman container cleanup` to CLIDaniel J Walsh2018-06-29
* rootless: add management for the userNSGiuseppe Scrivano2018-06-27
* Option handling has become large and should be a shared functionDaniel J Walsh2018-06-22
* network: do not attempt to create a network in rootless modeGiuseppe Scrivano2018-06-15
* podman: accept option --rootfs to use exploded imagesGiuseppe Scrivano2018-06-15
* Add flag to add annotations to a containerMatthew Heon2018-06-04
* podman create, start, getattachsocketbaude2018-05-21