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
path:
root
/
libpod
/
pod.go
Commit message (
Expand
)
Author
Age
*
generate systemd: create pod template
Valentin Rothberg
2020-06-11
*
generate systemd: refactor
Valentin Rothberg
2020-06-11
*
add (*Pod).CreateCommand()
Valentin Rothberg
2020-06-11
*
pod create: add `--infra-conmon-pidfile`
Valentin Rothberg
2020-06-11
*
pod config: add a `CreateCommand` field
Valentin Rothberg
2020-06-11
*
Ensure that containers in pods properly set hostname
Matthew Heon
2020-06-04
*
Fix bug where pods would unintentionally share cgroupns
Matthew Heon
2020-05-08
*
v2 podman stats
baude
2020-05-05
*
Enable pod inspect integration test
Sujil02
2020-04-26
*
Update pod bindings and Add test to validate prune pod apiv2 binding.
Sujil02
2020-02-28
*
Add ability for pods to use the host network
Matthew Heon
2020-02-17
*
Add backend code for pod network options
Matthew Heon
2020-02-04
*
Allow customizing pod hostname
Chen Zhiwei
2019-08-18
*
remove libpod from main
baude
2019-06-25
*
Purge all use of easyjson and ffjson in libpod
Matthew Heon
2019-06-13
*
Convert pods to SHM locks
Matthew Heon
2019-01-04
*
Allow users to expose ports from the pod to the host
baude
2018-11-20
*
Swap from FFJSON to easyjson
Matthew Heon
2018-08-24
*
Fixing network ns segfault
haircommander
2018-08-23
*
Change pause container to infra container
haircommander
2018-08-23
*
Support pause containers in varlink
haircommander
2018-08-23
*
Added option to share kernel namespaces in libpod and podman
haircommander
2018-08-23
*
Changed GetContainerStats to return ErrCtrStateInvalid
haircommander
2018-08-23
*
podman pod stats
baude
2018-08-17
*
Ensure pod inspect is locked and validity-checked
Matthew Heon
2018-08-11
*
Split pod.go into 3 files
Matthew Heon
2018-08-10
*
add podman pod inspect
baude
2018-08-09
*
Ensure container and pod refresh picks up a State
Matthew Heon
2018-07-31
*
Add additional comments on accessing state in API
Matthew Heon
2018-07-31
*
Add pod pause/unpause
haircommander
2018-07-27
*
Added pod restart
haircommander
2018-07-25
*
Added pod.Restart() functionality to libpod.
haircommander
2018-07-25
*
Add container and pod namespaces to configs
Matthew Heon
2018-07-24
*
Added created time to pod state
haircommander
2018-07-12
*
Make CGroups cleanup optional on whether they exist
Matthew Heon
2018-06-22
*
Added a defer to an Unlock that immediately followed a Lock
haircommander
2018-06-05
*
Add per-pod CGroups
Matthew Heon
2018-05-17
*
Add pod state
Matthew Heon
2018-05-17
*
Vendor in latest containers/image and contaners/storage
umohnani8
2018-04-19
*
Do not lock all containers during pod kill
Matthew Heon
2018-04-12
*
Make pod stop lock one container at a time
Matthew Heon
2018-04-12
*
Do not lock all containers during pod start
Matthew Heon
2018-04-12
*
Refactor dependency checks from init() into public API
Matthew Heon
2018-04-03
*
Only start containers that are not running in pod start
Matthew Heon
2018-03-29
*
Change pod Start() to use container dependency graph
Matthew Heon
2018-03-29
*
Check for duplicate names when generating new container and pod names.
Daniel J Walsh
2018-03-29
*
Add StartAndAttach() API endpoint for containers
Matthew Heon
2018-03-15
*
Implement container restarting
Matthew Heon
2018-03-15
*
Remove extra pod Start code
Matthew Heon
2018-03-13
*
Modify pod API to move Init() into Start()
Matthew Heon
2018-03-13
[next]