| Commit message (Expand) | Author | Age |
... | |
* | Merge pull request #1605 from mheon/syslog_cleanup | OpenShift Merge Robot | 2018-10-11 |
|\ |
|
| * | Pass along syslog variable to podman cleanup processes | Matthew Heon | 2018-10-11 |
* | | Sort all command flags | Qi Wang | 2018-10-11 |
|/ |
|
* | Disable SELinux labeling if --privileged | Daniel J Walsh | 2018-10-02 |
* | Add --mount option for `create` & `run` command | Daniel J Walsh | 2018-09-21 |
* | Don't mount /dev/shm if the user told you --ipc=none | Daniel J Walsh | 2018-09-21 |
* | rootless: fix create with images not in the storage | Giuseppe Scrivano | 2018-09-21 |
* | create, rootless: join the userns of ns:PATH | Giuseppe Scrivano | 2018-09-21 |
* | create, rootless: join the userns of container:CONTAINER | Giuseppe Scrivano | 2018-09-21 |
* | Add new field to libpod to indicate whether or not to use labelling | Daniel J Walsh | 2018-09-20 |
* | Don't crash if an image has no names | Daniel J Walsh | 2018-09-18 |
* | Merge pull request #1472 from giuseppe/rootless-fix-entrypoint | Matthew Heon | 2018-09-14 |
|\ |
|
| * | rootless: do not raise an error if the entrypoint is specified | Giuseppe Scrivano | 2018-09-14 |
* | | Remove duplicate code between create.go and run.go | Daniel J Walsh | 2018-09-13 |
|/ |
|
* | Pass on securityOpts from podInfraContainer to container added to pod. | Daniel J Walsh | 2018-09-11 |
* | Fix pod sharing for utsmode | Daniel J Walsh | 2018-09-07 |
* | rootless: check uid with Geteuid() instead of Getuid() | Giuseppe Scrivano | 2018-09-04 |
* | rootless, create: support --pod | Giuseppe Scrivano | 2018-09-04 |
* | rootless, run: support --pod | Giuseppe Scrivano | 2018-09-04 |
* | Add proper support for systemd inside of podman | Daniel J Walsh | 2018-08-31 |
* | don't print help message for usage errors | Valentin Rothberg | 2018-08-31 |
* | run/create: reserve `-h` flag for hostname | Valentin Rothberg | 2018-08-30 |
* | allow specification of entrypoint in the form of a slice | Daniel J Walsh | 2018-08-28 |
* | Do not try to enable AppArmor in rootless mode | Marco Vedovati | 2018-08-24 |
* | Fixing network ns segfault | haircommander | 2018-08-23 |
* | Added option to share kernel namespaces in libpod and podman | haircommander | 2018-08-23 |
* | switch projectatomic to containers | Daniel J Walsh | 2018-08-16 |
* | apparmor: respect "unconfined" setting | Valentin Rothberg | 2018-08-09 |
* | Cleanup descriptions and help information | Daniel J Walsh | 2018-07-27 |
* | podman: allow to specify the IPC namespace to join | Giuseppe Scrivano | 2018-07-24 |
* | podman: allow to specify the UTS namespace to join | Giuseppe Scrivano | 2018-07-24 |
* | podman: allow to specify the PID namespace to join | Giuseppe Scrivano | 2018-07-24 |
* | podman: allow to specify the userns to join | Giuseppe Scrivano | 2018-07-24 |
* | We don't currently support --mac-address | Daniel J Walsh | 2018-07-24 |
* | AppArmor: runtime check if it's enabled on the host | Valentin Rothberg | 2018-07-23 |
* | podman/libpod: add default AppArmor profile | Valentin Rothberg | 2018-07-11 |
* | Add --volumes-from flag to podman run and create | umohnani8 | 2018-07-09 |
* | Add `podman container cleanup` to CLI | Daniel J Walsh | 2018-06-29 |
* | Option handling has become large and should be a shared function | Daniel J Walsh | 2018-06-22 |
* | podman: use a different store for the rootless case | Giuseppe Scrivano | 2018-06-15 |
* | podman: accept option --rootfs to use exploded images | Giuseppe Scrivano | 2018-06-15 |
* | Aliases do not work with IsSet | Daniel J Walsh | 2018-06-12 |
* | Add flag to add annotations to a container | Matthew Heon | 2018-06-04 |
* | Remove --net flag and make it an alias for --network | Matthew Heon | 2018-05-31 |
* | do not allow port related args to be used with --network=container: | Daniel J Walsh | 2018-05-30 |
* | Spell check strings and comments | Jhon Honce | 2018-05-25 |
* | podman create, start, getattachsocket | baude | 2018-05-21 |
* | Begin wiring in USERNS Support into podman | Daniel J Walsh | 2018-05-04 |
* | podman should assign a host port to -p when omitted | baude | 2018-05-01 |
* | varlink images | baude | 2018-04-26 |