index
:
containers/podman.git
main
update-docs-for-podman-machine
forked from: https://github.com/containers/podman.git
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
runtime: allow to specify the lock mechanism
Giuseppe Scrivano
2019-07-02
*
lock: disable without cgo
Giuseppe Scrivano
2019-07-02
*
spec: move cgo stuff to their own file
Giuseppe Scrivano
2019-07-02
*
rootless: allow to build without cgo
Giuseppe Scrivano
2019-07-02
*
attach: move cgo bits to a different file
Giuseppe Scrivano
2019-07-02
*
vendor: update containers/psgo
Giuseppe Scrivano
2019-07-02
*
Merge pull request #3469 from rhatdan/vendor
OpenShift Merge Robot
2019-07-02
|
\
|
*
Update to containers/storage v1.12.13
Daniel J Walsh
2019-07-01
*
|
Merge pull request #3468 from giuseppe/fix-sudo-rootless
OpenShift Merge Robot
2019-07-01
|
\
\
|
|
/
|
/
|
|
*
rootless: do not join namespace if it has already euid == 0
Giuseppe Scrivano
2019-07-01
|
/
*
Merge pull request #3324 from marcov/detach-keys-configurable
OpenShift Merge Robot
2019-07-01
|
\
|
*
libpod: fix hang on container start and attach
Marco Vedovati
2019-06-26
|
*
podman: clarify the format of --detach-keys argument
Marco Vedovati
2019-06-26
|
*
libpod: specify a detach keys sequence in libpod.conf
Marco Vedovati
2019-06-26
*
|
Merge pull request #3422 from nalind/no-layer-images
OpenShift Merge Robot
2019-06-28
|
\
\
|
*
|
Handle images which contain no layers
Nalin Dahyabhai
2019-06-26
|
*
|
Add tests that we don't hit errors with layerless images
Nalin Dahyabhai
2019-06-26
*
|
|
Merge pull request #3451 from ashley-cui/unmount
OpenShift Merge Robot
2019-06-28
|
\
\
\
|
*
|
|
Remove umount command from remote client.
Ashley Cui
2019-06-27
*
|
|
|
Merge pull request #3397 from giuseppe/fix-reboot
OpenShift Merge Robot
2019-06-28
|
\
\
\
\
|
*
|
|
|
rootless: enable linger if /run/user/UID not exists
Giuseppe Scrivano
2019-06-27
|
|
/
/
/
*
|
|
|
Merge pull request #3448 from vrothberg/turnoffmod
OpenShift Merge Robot
2019-06-28
|
\
\
\
\
|
*
|
|
|
Makefile: set GO111MODULE=off
Valentin Rothberg
2019-06-27
*
|
|
|
|
Merge pull request #3452 from QazerLab/bugfix/pause-sigterm
OpenShift Merge Robot
2019-06-28
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Exclude SIGTERM from blocked signals for pause process.
Danila Kiver
2019-06-28
|
/
/
/
/
*
|
|
|
Merge pull request #3442 from baude/removelibpodfrommainphase2
OpenShift Merge Robot
2019-06-27
|
\
\
\
\
|
*
|
|
|
libpod removal from main (phase 2)
baude
2019-06-27
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #3446 from giuseppe/fix-rootless-conf
OpenShift Merge Robot
2019-06-27
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
runtime: do not attempt to use global conf file
Giuseppe Scrivano
2019-06-27
|
*
|
|
runtime: use GetRootlessUID() to get rootless uid
Giuseppe Scrivano
2019-06-27
|
/
/
/
*
|
|
Merge pull request #3193 from cevich/check_image
OpenShift Merge Robot
2019-06-27
|
\
\
\
|
*
|
|
Cirrus: More tests to verify cache_images
Chris Evich
2019-06-25
*
|
|
|
Merge pull request #3429 from cevich/strip_crio_conmon
OpenShift Merge Robot
2019-06-27
|
\
\
\
\
|
*
|
|
|
Remove refs to crio/conmon
Chris Evich
2019-06-26
|
|
/
/
/
*
|
|
|
Merge pull request #3420 from ashley-cui/remoteconf
OpenShift Merge Robot
2019-06-26
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Fix crash for when remote host IP or Username is not set in conf file & conf ...
Ashley Cui
2019-06-25
|
|
/
/
*
|
|
Merge pull request #3374 from giuseppe/cgroups
OpenShift Merge Robot
2019-06-26
|
\
\
\
|
*
|
|
stats: fix cgroup path for rootless containers
Giuseppe Scrivano
2019-06-26
|
*
|
|
pkg, cgroups: add initial support for cgroup v2
Giuseppe Scrivano
2019-06-26
|
*
|
|
util: drop IsCgroup2UnifiedMode and use it from cgroups
Giuseppe Scrivano
2019-06-26
|
*
|
|
vendor: drop github.com/containerd/cgroups
Giuseppe Scrivano
2019-06-26
|
*
|
|
libpod: use pkg/cgroups instead of containerd/cgroups
Giuseppe Scrivano
2019-06-26
|
*
|
|
pkg: new package cgroups
Giuseppe Scrivano
2019-06-26
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #3435 from mheon/fix_tmpfs_options
OpenShift Merge Robot
2019-06-26
|
\
\
\
|
*
|
|
Fix parsing of the --tmpfs option
Matthew Heon
2019-06-25
*
|
|
|
Merge pull request #3438 from openSUSE/module
OpenShift Merge Robot
2019-06-26
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Remove unnecessary blackfriday dependency
Sascha Grunert
2019-06-26
|
/
/
/
*
|
|
Merge pull request #3419 from baude/removelibpodfrommainphase1
OpenShift Merge Robot
2019-06-26
|
\
\
\
|
*
|
|
remove libpod from main
baude
2019-06-25
*
|
|
|
Merge pull request #3430 from mheon/bump-1.4.3
OpenShift Merge Robot
2019-06-26
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
[next]