Krisnamourt Filho (Kris)

Results 4 comments of Krisnamourt Filho (Kris)

Ok, I'm trying to access another container in my manchine `docker run --rm --name some-mongo -p 27017:27017 -e MONGO_INITDB_ROOT_USERNAME=mongoadmin -e MONGO_INITDB_ROOT_PASSWORD=secret -d mongo:3.0.15` I was able to access this mongodb...

Hi man, I made some Dockerfile version the last one build ok to me, but there's this other version too ``` from postgres:13.2 RUN apt -y update && apt -y...

Hey man, using a docker-compose I was able to get an error message ``` mongo_1 | 2021-04-11T15:08:25.821+0000 I ACCESS [conn3] SCRAM-SHA-1 authentication failed for mongoadmin on db from client 172.19.0.1...

Well, I don't know why but if I use another user different from super user works.