Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | libpod removal from main (phase 2) | baude | 2019-06-27 |
| | | | | | | this is phase 2 for the removal of libpod from main. Signed-off-by: baude <bbaude@redhat.com> | ||
* | remove libpod from main | baude | 2019-06-25 |
| | | | | | | | | | | | | | the compilation demands of having libpod in main is a burden for the remote client compilations. to combat this, we should move the use of libpod structs, vars, constants, and functions into the adapter code where it will only be compiled by the local client. this should result in cleaner code organization and smaller binaries. it should also help if we ever need to compile the remote client on non-Linux operating systems natively (not cross-compiled). Signed-off-by: baude <bbaude@redhat.com> | ||
* | Address comments | Peter Hunt | 2019-05-28 |
| | | | | Signed-off-by: Peter Hunt <pehunt@redhat.com> | ||
* | Implement podman logs with log-driver journald | Peter Hunt | 2019-05-28 |
Add a journald reader that translates the journald entry to a k8s-file formatted line, to be added as a log line Note: --follow with journald hasn't been implemented. It's going to be a larger undertaking that can wait. Signed-off-by: Peter Hunt <pehunt@redhat.com> |