badda.blogg.se

Docker rhel 8
Docker rhel 8









docker rhel 8 docker rhel 8 docker rhel 8

100ĭb_1 | selecting default shared_buffers. posixĭb_1 | selecting default max_connections. okĭb_1 | selecting dynamic shared memory implementation. Logs for the postgres container seem to be fine when compared to the logs that I get in the other two systems: db_1 | The files belonging to this database system will be owned by user "postgres".ĭb_1 | This user must also own the server process.ĭb_1 | The database cluster will be initialized with locale "en_US.utf8".ĭb_1 | The default database encoding has accordingly been set to "UTF8".ĭb_1 | The default text search configuration will be set to "english".ĭb_1 | fixing permissions on existing directory /var/lib/postgresql/data. The actual docker-compose that I'm using is this: version: '3.1' The OS Red Hat Enterprise Linux release 8.1 (Ootpa) This are the docker and docker-compose versions:ĭocker: Client: Docker Engine - Community It works great on my machine and on the test server that uses ubuntu 20, but when I try it in RHEL 8, I can't get access to the DB either! I simplified the use case, and used a docker compose that uses the adminer docker image to connect any of the listed DB managers including postgres. The problem is that from the service container I can ping the postgres container, but the service is not able to connect the DB. In order to do so, I'm deploying them both using docker-compose. I'm trying to deploy a service that uses a postgres DB in RHEL 8. I've been battling with this issue for the last 4 days of my life and it's driving me crazy.











Docker rhel 8