Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move python code from contrib to it's own repo python-podman | Jhon Honce | 2019-01-10 |
| | | | | Signed-off-by: Jhon Honce <jhonce@redhat.com> | ||
* | Switch all referencs to image.ContainerConfig to image.Config | Daniel J Walsh | 2018-12-21 |
| | | | | | | This will more closely match what Docker is doing. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> | ||
* | Invert tlsverify default in API | Jhon Honce | 2018-12-05 |
| | | | | | | Fixes #1929 Signed-off-by: Jhon Honce <jhonce@redhat.com> | ||
* | Ensure test container in running state | Jhon Honce | 2018-10-25 |
| | | | | | | | | * Save storage if tests fail Fixes #1643 Signed-off-by: Jhon Honce <jhonce@redhat.com> | ||
* | Add support for pod commands | Jhon Honce | 2018-10-12 |
| | | | | | | | | | | | | | | * Add support for pod -- create, inspect, kill, pause, ps, rm, restart, start, stop, top, unpause * Update pylintrc to better reflect pep8 code standards * Fix various pylint reported errors * Refactor code that determines screen width to no longer require initializing curses. Improved start up time and pushing data blob down ssh tunnel. * Correct pod-create man page, cgroupparent not boolean * Abort integration tests if podman service fails to start Signed-off-by: Jhon Honce <jhonce@redhat.com> | ||
* | Clean up pylint warnings and errors for podman | Jhon Honce | 2018-07-28 |
| | | | | | | | | | | | * Some of the pedantic errors were not corrected * Clean up prep for porting to MacOS and PyPi hosting * Fix broken unittest Signed-off-by: Jhon Honce <jhonce@redhat.com> Closes: #1159 Approved by: rhatdan | ||
* | Update python directories to better support setup.py | Jhon Honce | 2018-07-13 |
Signed-off-by: Jhon Honce <jhonce@redhat.com> |