I am setting up a Docker container to connect to a SQL Anywhere database running on the same network. I was able to get it to connect and run a query successfully when I ran the Docker container on the same machine as the database server. I am using ...