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
/
container_api.go
Commit message (
Expand
)
Author
Age
...
*
Allow Init() on stopped containers
Matthew Heon
2018-07-09
*
Make CGroups cleanup optional on whether they exist
Matthew Heon
2018-06-22
*
Add Refresh() to ctrs to refresh state after db change
Matthew Heon
2018-06-22
*
We are using err in defer function, needs to be defined name
Daniel J Walsh
2018-06-22
*
libpod: fix race with attach/start
Giuseppe Scrivano
2018-06-20
*
Optionally init() during container restart
Matthew Heon
2018-05-04
*
varlink containers
baude
2018-05-03
*
Vendor in latest containers/image and contaners/storage
umohnani8
2018-04-19
*
Change container.locked to batched
TomSweeneyRedHat
2018-04-16
*
Change attach to accept a struct containing streams
Matthew Heon
2018-04-13
*
Changes to attach to enable per-stream attaching
Matthew Heon
2018-04-13
*
Fix locking interaction in batched Exec() on container
Matthew Heon
2018-04-13
*
Use buildah commit for podman commit
baude
2018-04-10
*
Stopping a stopped container should not be an error
baude
2018-04-03
*
Refactor dependency checks from init() into public API
Matthew Heon
2018-04-03
*
Do not require Init() before Start()
Matthew Heon
2018-04-03
*
Stage 4 Image cleanup
baude
2018-03-23
*
Image library stage 4 - create and commit
baude
2018-03-20
*
Remove ability to specify mount label when mounting
Matthew Heon
2018-03-16
*
Add additional debug logging
Matthew Heon
2018-03-15
*
Add StartAndAttach() API endpoint for containers
Matthew Heon
2018-03-15
*
Implement container restarting
Matthew Heon
2018-03-15
*
Modify pod API to move Init() into Start()
Matthew Heon
2018-03-13
*
Convert bind mounts to use DB field
Matthew Heon
2018-03-08
*
Move internal function resizeTty to container_internal
Matthew Heon
2018-03-08
*
Refactor saving OCI spec to disk into separate function
Matthew Heon
2018-03-08
*
podman import, load, and commit are too verbose
baude
2018-03-07
*
attach: set the terminal size and handle SIGWINCH
Giuseppe Scrivano
2018-03-06
*
Replace usage of runc with runtime
Matthew Heon
2018-03-01
*
Convert exec session tracking to use a dedicated struct
Matthew Heon
2018-03-01
*
Fix gofmt & golint
Matthew Heon
2018-03-01
*
Relax locking in Exec()
Matthew Heon
2018-03-01
*
Ensure that Cleanup() will not run on active containers
Matthew Heon
2018-03-01
*
Add tracking for exec session IDs
Matthew Heon
2018-03-01
*
Rework exec to enable splitting to retrieve exec PID
Matthew Heon
2018-03-01
*
Small fixes to container Exec
Matthew Heon
2018-03-01
*
Address review comments
baude
2018-02-24
*
Add support for --no-new-privs
Daniel J Walsh
2018-02-24
*
Refactor spec generation in libpod into a function
Matthew Heon
2018-02-23
*
Implement --image-volumes for create and run
umohnani8
2018-02-22
*
Fix libpod to use given CGroup parent instead of a hardcoded one
Matthew Heon
2018-02-09
*
cleanup network stack as well as storage when container shuts down.
Daniel J Walsh
2018-02-08
*
Change pause so only running containers are valid
Matthew Heon
2018-02-07
*
Error on attempting to restart container
Matthew Heon
2018-02-07
*
Migrate Create|Commit to ginkgo
baude
2018-02-02
*
libpod/container_api: Set hostname in ENV
baude
2018-01-30
*
Add StopWithTimeout API function for containers
Matthew Heon
2018-01-30
*
Override hostname for container
baude
2018-01-21
*
Add --dns-search, --dns-opt, --dns-server and --add-host.
baude
2018-01-19
*
Split container.go into three files
Matthew Heon
2018-01-18
[prev]