I followed the first section of this page https://docs.docker.com/config/daemon/remote-access/ to expose Docker daemon to use API from my Symfony project (on remote only).
I'd like to use this Docker Engine API but the exposition of daemon is dangerous, and I want protect this IP:2755/URL with an authenticated token or password.
I don't know how to do this.