diff --git a/README.md b/README.md index 67627e2..97bd5ec 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Podman Compose -An implementation of `docker-compose` with [podman](https://podman.io/) backend. +An implementation of `docker-compose` with [Podman](https://podman.io/) backend. The main objective of this project is to be able to run `docker-compose.yml` unmodified and rootless. This project is aimed to provide drop-in replacement for `docker-compose`, and it's very useful for certain cases because: diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..3641ea5 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,3 @@ +## Security and Disclosure Information Policy for the Podman Compose Project + +The Podman Compose Project follows the [Security and Disclosure Information Policy](https://github.com/containers/common/blob/master/SECURITY.md) for the Containers Projects.