On 2024-01-05 20:31, Bernd Graf wrote:
As it is not easy to write a Docker build to achieve my goal ...
That kind of depends. If this is a test image that you don't
need to update frequently, then you can probably take the approach
of using an existing image, and extending it to have your dat
El día viernes, enero 05, 2024 a las 11:31:34 +0100, Bernd Graf escribió:
> Hi,
>
> for development and testing (integration testing) I want to have a
> Docker image with a pre-filled Postgres database. It should be a simple
> and quick task to spin-up this database, e.g., in a docker compose set
Hi,
for development and testing (integration testing) I want to have a
Docker image with a pre-filled Postgres database. It should be a simple
and quick task to spin-up this database, e.g., in a docker compose setup.
Suggested solutions to achieve this goal are
(1) To place initialization scrip