aboutsummaryrefslogtreecommitdiff
path: root/libpod
Commit message (Expand)AuthorAge
* bind mount /etc/resolv.conf|hosts in podsbaude2018-12-06
* Merge pull request #1904 from umohnani8/volumeOpenShift Merge Robot2018-12-06
|\
| * Tests for podman volume commandsUrvashi Mohnani2018-12-06
| * Add "podman volume" commandumohnani82018-12-06
* | Merge pull request #1912 from baude/pruneOpenShift Merge Robot2018-12-06
|\ \
| * | Add ability to prune containers and imagesbaude2018-12-05
| |/
* | Add locking to Sync() on containersMatthew Heon2018-12-06
* | Add --sync option to podman rmMatthew Heon2018-12-06
|/
* Merge pull request #1940 from wking/numeric-gidOpenShift Merge Robot2018-12-05
|\
| * libpod/container_internal_linux: Allow gids that aren't in the group fileW. Trevor King2018-12-04
* | Merge pull request #1918 from mheon/use_db_pathsOpenShift Merge Robot2018-12-05
|\ \
| * | Use runtime lockDir in BoltDB stateMatthew Heon2018-12-04
| * | Revert changes to GetDefaultStoreOptionsMatthew Heon2018-12-03
| * | Fix libpod static dir selection when graphroot changedMatthew Heon2018-12-03
| * | Ensure directory where we will make database existsMatthew Heon2018-12-03
| * | Fix typoMatthew Heon2018-12-03
| * | Add better descriptions for validation errors in DBMatthew Heon2018-12-03
| * | Fix gofmt and lintMatthew Heon2018-12-02
| * | Make locks dir in unit testsMatthew Heon2018-12-02
| * | Do not initialize locks dir in BoltDBMatthew Heon2018-12-02
| * | Move rootless storage config into libpodMatthew Heon2018-12-02
| * | Set default paths from DB if not explicitly overriddenMatthew Heon2018-12-02
| * | Add a struct indicating if some Runtime fields were setMatthew Heon2018-12-02
| * | Make DB config validation an explicit stepMatthew Heon2018-12-02
| * | Move DB configuration up in runtime setupMatthew Heon2018-12-02
| * | Add ability to retrieve runtime configuration from DBMatthew Heon2018-12-02
| |/
* | Merge pull request #1939 from mheon/no_firewall_if_rootlessOpenShift Merge Robot2018-12-04
|\ \
| * | Don't initialize CNI when running as rootlessMatthew Heon2018-12-04
| |/
* / libpod/container_internal: Deprecate implicit hook directoriesW. Trevor King2018-12-03
|/
* rootless: propagate XDG_RUNTIME_DIR to the OCI runtimeGiuseppe Scrivano2018-11-30
* Merge pull request #1317 from rhatdan/privilegedOpenShift Merge Robot2018-11-30
|\
| * Disable mount options when running --privilegedDaniel J Walsh2018-11-28
* | /dev/shm should be mounted even in rootless mode.Daniel J Walsh2018-11-28
* | Merge pull request #1798 from giuseppe/fix-notify-socketOpenShift Merge Robot2018-11-28
|\ \
| * | oci: propagate NOTIFY_SOCKET on runtime startGiuseppe Scrivano2018-11-28
* | | Merge pull request #1880 from baude/f29fixesOpenShift Merge Robot2018-11-28
|\ \ \
| * | | Fix golang formatting issuesbaude2018-11-28
| |/ /
* | | Merge pull request #1846 from cgwalters/netns-dns-localhostOpenShift Merge Robot2018-11-28
|\ \ \ | |/ / |/| |
| * | Use host's resolv.conf if no network namespace enabledColin Walters2018-11-27
* | | Merge pull request #1848 from adrianreber/masterOpenShift Merge Robot2018-11-28
|\ \ \
| * | | Added tcp-established to checkpoint/restoreAdrian Reber2018-11-28
| * | | Use also a struct to pass options to Restore()Adrian Reber2018-11-28
| |/ /
* | | Merge pull request #1849 from giuseppe/report-rootless-netmodeOpenShift Merge Robot2018-11-28
|\ \ \
| * | | network: allow slirp4netns mode also for root containersGiuseppe Scrivano2018-11-28
| |/ /
* | | Merge pull request #1833 from giuseppe/remove-exec-pollingOpenShift Merge Robot2018-11-28
|\ \ \ | |_|/ |/| |
| * | util: use fsnotify to wait for fileGiuseppe Scrivano2018-11-28
| * | exec: don't wait for pidfile when the runtime exitedGiuseppe Scrivano2018-11-27
* | | rootless: fix cleanupGiuseppe Scrivano2018-11-28
| |/ |/|
* | Merge pull request #1832 from giuseppe/always-make-explicit-tty-to-execOpenShift Merge Robot2018-11-27
|\ \ | |/ |/|
| * exec: always make explicit the tty valueGiuseppe Scrivano2018-11-20