You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 16, 2024. It is now read-only.
I was experimenting with docker-pulp, followed the development steps, but the containers failed to come up. Looking at the logs, they complained about /etc/pulp/certs/database_fields.symmetric.key missing. So I took a look at the podman-compose setup, and noticed that it mounts /etc/pulp/certs. So I added the same thing, and the containers came up properly.
It would be nice if docker-compose.yml did the mounting too, and the docs explained how to create the key.
I was experimenting with docker-pulp, followed the development steps, but the containers failed to come up. Looking at the logs, they complained about
/etc/pulp/certs/database_fields.symmetric.keymissing. So I took a look at the podman-compose setup, and noticed that it mounts/etc/pulp/certs. So I added the same thing, and the containers came up properly.It would be nice if
docker-compose.ymldid the mounting too, and the docs explained how to create the key.