diff --git a/docs/quickstart.md b/docs/quickstart.md index 5ecbd94d..39c603f0 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -75,6 +75,8 @@ $ podman run --detach \ * To use https instead of http, add `-e PULP_HTTPS=true` Also change `--publish 8080:80` to `--publish 8080:443` +* Refer to plugin settings documentation for more before spinning up the container. For instance, the Pulp Container plugin [requires key pair generation](https://pulpproject.org/pulp_container/docs/admin/learn/authentication/). Additionally, run `pulpcore-manager check --deploy` inside the container when using Pulp in a deployment setting. + ## Podman or Docker Compose