Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
taner.
Posts
Comments
C
C#
•
Created by jiheielf on 4/16/2025 in
#help
Docker Container Can't connect to remote SQL Server
thats how u get the ip from the docker container:
https://stackoverflow.com/questions/17157721/how-to-get-a-docker-containers-ip-address-from-the-host
46 replies
C
C#
•
Created by jiheielf on 4/16/2025 in
#help
Docker Container Can't connect to remote SQL Server
can u ping the ip from the windows server from ur container?
46 replies
C
C#
•
Created by jiheielf on 4/16/2025 in
#help
Docker Container Can't connect to remote SQL Server
double check it
46 replies
C
C#
•
Created by jiheielf on 4/16/2025 in
#help
Docker Container Can't connect to remote SQL Server
then the firewall blocks the connection
46 replies
C
C#
•
Created by jiheielf on 4/16/2025 in
#help
Docker Container Can't connect to remote SQL Server
unless u want to run it on a diff os
46 replies
C
C#
•
Created by jiheielf on 4/16/2025 in
#help
Docker Container Can't connect to remote SQL Server
the benefit for the docker is unclear for me
46 replies
C
C#
•
Created by jiheielf on 4/16/2025 in
#help
Docker Container Can't connect to remote SQL Server
u can just connect direct to the windows server
46 replies
C
C#
•
Created by jiheielf on 4/16/2025 in
#help
Docker Container Can't connect to remote SQL Server
i need the details
46 replies
C
C#
•
Created by jiheielf on 4/16/2025 in
#help
Docker Container Can't connect to remote SQL Server
what is the reason behind this setup
46 replies
C
C#
•
Created by jiheielf on 4/16/2025 in
#help
Docker Container Can't connect to remote SQL Server
and why r u using the docker container?
46 replies
C
C#
•
Created by jiheielf on 4/16/2025 in
#help
Docker Container Can't connect to remote SQL Server
u have a windos server and at that server u are running a docker container?
46 replies
C
C#
•
Created by jiheielf on 4/16/2025 in
#help
Docker Container Can't connect to remote SQL Server
is the server in the same network?
46 replies
C
C#
•
Created by jiheielf on 4/16/2025 in
#help
Docker Container Can't connect to remote SQL Server
ohh okayyy
46 replies
C
C#
•
Created by jiheielf on 4/16/2025 in
#help
Docker Container Can't connect to remote SQL Server
look at this guide
46 replies
C
C#
•
Created by jiheielf on 4/16/2025 in
#help
Docker Container Can't connect to remote SQL Server
i made a mistake im running my containers in linux subsystem thats why i need the ip from the enviroment
46 replies
C
C#
•
Created by jiheielf on 4/16/2025 in
#help
Docker Container Can't connect to remote SQL Server
https://medium.com/@joaooliveira889/executing-a-sql-server-docker-container-and-connecting-to-a-net-4b75cae7df32
46 replies
C
C#
•
Created by jiheielf on 4/16/2025 in
#help
Docker Container Can't connect to remote SQL Server
E.g. 111.111.111.111,1433
46 replies
C
C#
•
Created by jiheielf on 4/16/2025 in
#help
Docker Container Can't connect to remote SQL Server
So in the connection string u need to define the ip from the Linux environment with the port
46 replies
C
C#
•
Created by jiheielf on 4/16/2025 in
#help
Docker Container Can't connect to remote SQL Server
U connect with the container direct
46 replies
C
C#
•
Created by jiheielf on 4/16/2025 in
#help
Docker Container Can't connect to remote SQL Server
U don’t connect directly with the ms sql server in the container
46 replies