Skip to content

Commit 19cde62

Browse files
committed
Add a note about plugin specific settings
[noissue]
1 parent 5c57895 commit 19cde62

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

staging_docs/admin/tutorials/quickstart.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ $ podman run --detach \
7575

7676
* To use https instead of http, add `-e PULP_HTTPS=true` Also change `--publish 8080:80` to `--publish 8080:443`
7777

78+
* 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/).
79+
80+
* When deploying, run `pulpcore-manager check --deploy` inside the container. Ensure that the [`SECRET_KEY` setting](https://pulpproject.org/pulpcore/docs/admin/reference/settings/#secret_key) is set to a unique, unpredictable value.
81+
7882

7983
## Podman or Docker Compose
8084

0 commit comments

Comments
 (0)