Recently the container cannot be launched with given command
docker container run -e POSTGRES_USER=e -e POSTGRES_PASSWORD=e postgis/postgis:15-3.3-alpine
Was there any change to this image?
logs :
Success. You can now start the database server using:
pg_ctl -D /var/lib/postgresql/data -l logfile start
waiting for server to start....2024-09-30 11:53:02.094 UTC [103] LOG: starting PostgreSQL 15.4 on x86_64-pc-linux-musl, compiled by gcc (Alpine 12.2.1_git20220924-r10) 12.2.1 20220924, 64-bit
2024-09-30 11:53:02.103 UTC [103] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2024-09-30 11:53:02.126 UTC [110] LOG: database system was shut down at 2024-09-30 11:53:01 UTC
stopped waiting
pg_ctl: could not start server
Examine the log output.
Using macos and rancher desktop with dockerd runtime.
Recently the container cannot be launched with given command
docker container run -e POSTGRES_USER=e -e POSTGRES_PASSWORD=e postgis/postgis:15-3.3-alpine
Was there any change to this image?logs :
Using macos and rancher desktop with dockerd runtime.