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
Commit message (
Expand
)
Author
Age
*
Address review comments
baude
2018-02-24
*
Add support for --no-new-privs
Daniel J Walsh
2018-02-24
*
CreateContainerStorage by image id
baude
2018-02-23
*
Move Hostname accessor to more logical place
Matthew Heon
2018-02-23
*
Refactor spec generation in libpod into a function
Matthew Heon
2018-02-23
*
Remove No New Privs from DB as it's already in the spec
Matthew Heon
2018-02-22
*
Add accessors to all container config and state fields
Matthew Heon
2018-02-22
*
Implement --image-volumes for create and run
umohnani8
2018-02-22
*
Remove unnecessary booleans
Matthew Heon
2018-02-22
*
Fix gofmt
Matthew Heon
2018-02-22
*
Make operations on pod containers as a group independent
Matthew Heon
2018-02-22
*
Fix gofmt
Matthew Heon
2018-02-22
*
Add ability to start containers in a pod
Matthew Heon
2018-02-22
*
Add kill and stop for pods
Matthew Heon
2018-02-22
*
Add pod status command
Matthew Heon
2018-02-22
*
Push up createConfig.CgroupParent processing to parent
Jhon Honce
2018-02-22
*
Corrected comment
Jhon Honce
2018-02-22
*
Implement podman run option --cgroup-parent
Jhon Honce
2018-02-22
*
Performance enhancement for podman images
baude
2018-02-20
*
Ensure we don't repeatedly poll disk for exit codes
Matthew Heon
2018-02-20
*
Change uptime format in `podman info` to human-readable
Matthew Heon
2018-02-19
*
Remove unused registry related options from libpod
Matthew Heon
2018-02-19
*
Add FFJSON encoding/decoding for our container structs
Matthew Heon
2018-02-16
*
Squash logged errors from failed SQL rollbacks
Matthew Heon
2018-02-15
*
Make libpod build on 32-bit systems
Matthew Heon
2018-02-13
*
Address review comment
v0.2
Matthew Heon
2018-02-12
*
Add buckets for all containers and all pods
Matthew Heon
2018-02-12
*
Containers in a pod can only join namespaces in that pod
Matthew Heon
2018-02-12
*
Fix gofmt and lint
Matthew Heon
2018-02-12
*
Check error when checking ctr dependencies
Matthew Heon
2018-02-12
*
Refactor Pod to use a Config struct
Matthew Heon
2018-02-12
*
Add pod functions to BoltDB state
Matthew Heon
2018-02-12
*
Add pod buckets
Matthew Heon
2018-02-12
*
Add implementation for BoltDB-backed state
Matthew Heon
2018-02-12
*
Change json to match docker inspect
Daniel J Walsh
2018-02-11
*
Fix libpod to use given CGroup parent instead of a hardcoded one
Matthew Heon
2018-02-09
*
libpod/finished_amd64.go -> libpod/finished64.go
baude
2018-02-09
*
Fix further style issues
Matthew Heon
2018-02-09
*
Allow removing pods with running containers if --force is given
Matthew Heon
2018-02-09
*
Address style issues in in_memory_state
Matthew Heon
2018-02-09
*
Fix gofmt and lint
Matthew Heon
2018-02-09
*
Finish unit tests for pods
Matthew Heon
2018-02-09
*
Fix bugs identified by unit tests
Matthew Heon
2018-02-09
*
Rework state tests to avoid boilerplate. Begin adding pod tests.
Matthew Heon
2018-02-09
*
Unify Pod and Container ID and Name registries for in-memory state
Matthew Heon
2018-02-09
*
Remove read-only from DB, it's in the spec
Matthew Heon
2018-02-09
*
Add pod removal code
Matthew Heon
2018-02-09
*
Implement pod operations in SQL state
Matthew Heon
2018-02-09
*
Tear out pod containers map. Instead rely on state
Matthew Heon
2018-02-09
*
cleanup network stack as well as storage when container shuts down.
Daniel J Walsh
2018-02-08
[next]