automation-tests/common
Daniel J Walsh a5646cdc17 Hard code libpod.conf EventsLogger to File
Previous versions of podman ignored the EventsLogger setting
in libpod.conf and defaulted to "file".  Containers.conf
should follow this for backwards compatibility.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-04-21 12:07:47 -04:00
..
.github Use correct URL for contributing guidelines (closes #4) 2019-07-08 10:53:41 -05:00
docs Add support for cgroups configuration 2020-04-13 13:56:16 -04:00
images Initial Code of Conduct 2020-02-01 16:35:55 -05:00
pkg Hard code libpod.conf EventsLogger to File 2020-04-21 12:07:47 -04:00
vendor Add pkg/auth common code for login/logout 2020-04-09 13:38:57 -04:00
.gitignore Bump to v0.0.6 2019-12-29 06:02:16 -05:00
.travis.yml Add 32bit build to travis 2020-02-04 13:22:10 +01:00
CODE-OF-CONDUCT.md Initial Code of Conduct 2020-02-01 16:35:55 -05:00
CONTRIBUTING.md fix typo 2018-12-10 12:57:11 +01:00
LICENSE add Apache 2.0 license file 2019-11-18 10:41:54 +01:00
Makefile Fix (make vendor) 2020-04-08 17:28:34 +02:00
README.md Update README.md 2019-09-18 09:40:23 -04:00
SECURITY.md Update security policy per review comments 2020-04-17 19:50:27 -04:00
VERSION Move to v0.9.2-dev 2020-04-13 15:53:20 -04:00
go.mod Add pkg/auth common code for login/logout 2020-04-09 13:38:57 -04:00
go.sum Add pkg/auth common code for login/logout 2020-04-09 13:38:57 -04:00

README.md

containers/common

Location for shared common files and common go code to manage those files in github.com/containers repos.

The common files to one or more projects in the containers group will be kept in this repository. It will be up to the individual projects to include the files from this repository.