How to make Docker container see real user IP?

Finally, answering my own question. After some research I have found that it was IP masquerading that caused Docker to recognize client addresses incorrectly. The cause In my case, firewalld is configured to share internet connection with other machines in local network. This is accomplished by setting zone to public for the external interface (enp3s0) … Read more

Failed to create new OS thread (have 2 already; errno=22)

Docker has the ability to emulate amd64 on arm64 through qemu which is built into Docker Desktop for Mac. Programs compiled for amd64/x86_64 should still work through this emulation if the Dockerfile is built for amd64 Dockerfile: FROM –platform=linux/amd64 your_amd64_image … or env variable DOCKER_DEFAULT_PLATFORM=linux/amd64 The problem is that there seems to be a bug … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)