I have several Microservices that each have a separate Docker container. It is in CS 2017, Docker Desktop for Windows. These services are talking each other using IP address that Docker assigned. The problem is that in Debug mode the project in Visual studio every time I change something and build the project the IP of docker is changing so I have to go through the code and change the IP, is there anyway to have a fix the IP or use static IP?
Fix IP for Docker
443 Views Asked by nik At
1
There are 1 best solutions below
Related Questions in C#
- How to call a C language function from x86 assembly code?
- What does: "char *argv[]" mean?
- User input sanitization program, which takes a specific amount of arguments and passes the execution to a bash script
- How to crop a BMP image in half using C
- How can I get the difference in minutes between two dates and hours?
- Why will this code compile although it defines two variables with the same name?
- Compiling eBPF program in Docker fails due to missing '__u64' type
- Why can't I use the file pointer after the first read attempt fails?
- #include Header files in C with definition too
- OpenCV2 on CLion
- What is causing the store latency in this program?
- How to refer to the filepath of test data in test sourcecode?
- 9 Digit Addresses in Hexadecimal System in MacOS
- My server TCP doesn't receive messages from the client in C
- Printing the characters obtained from the array s using printf?
Related Questions in DOCKER
- sqlplus myusername/mypassword@ORCL not working with Oracle on Docker
- Golang == Error: OCI runtime create failed: unable to start container process: exec: "./bin": stat ./bin: no such file or directory: unknown
- Only the first SQL script gets executed inside Docker Postgres container
- Retrieve the Dockerfile configuration from the Kubernetes and also change container Java parameter?
- Polars with Rust: Out of Memory Error when Processing Large Dataset in Docker Using Streaming
- Compiling eBPF program in Docker fails due to missing '__u64' type
- AttributeError: module 'numba' has no attribute 'generated_jit'
- Phoenix in a docker dev environment - generated code can't be saved from VSCode
- Docker on Multipass VMs: Connecting worker nodes to swarm results in rcp error
- Facing error in creating image of my react+vite project . Dockerfile error
- NextJS Docker build fails: fetch failed ECONNREFUSED
- Docker container unable to make HTTPS requests to external API
- Failed to connect to your instance after deploying mern app on aws ec2 instance when i try to access frontend
- Connecting to Postgres running in a Docker container using psql
- Can't connect to local postgresql server from my docker container
Related Questions in DOCKER-FOR-WINDOWS
- Proxy issue while cloning a repo in Docker image in Windows
- Docker for Windows on Windows Server 2022: Connecting to Two Different Network Interfaces
- Customize gitlab-runner-helper docker image to pull multiple private repositories?
- Is virtualization capability a requirement for a windows machine to build a windows docker image?
- running pgAdmin with docker (windows), persist usersettings over container reboot
- regsvr32 fails in windows docker container
- Installed Docker and could not start it up
- Can't mount windows path inside a docker container like on the host
- Docker. How to remove bind mounts between host and container?
- Is there a Windows Docker containers eqivalent to tmpfs volumes?
- How to build a Dockerfile with a Testcontainers?
- Docker Container on Windows 11, cant access the Laptop's cam
- Grant Rights to docker_engine pipe
- Python Logger Not showing in Docker container Logs
- Can we create multiple replica of docker container on docker desktop? How?
Related Questions in DOCKER-DESKTOP
- what is the difference between Dev containers and Docker extension in VScode ? Also Dev Enviroments on Docker Desktop
- Unable to connect to Azure Keyvault when I deploy ASP.NET Core 6 Web API (C#) , the docker image to docker desktop app
- Microsoft Identity does not work in docker desktop
- Cannot Access kubernetes application via ingress on Docker Desktop
- .net 8 Docker HttpClient time out
- Docker CLI not found after installing Docker Desktop on M1 Mac
- How do I restore the GPU after docker?
- Is there any way to manually trigger the "Resource Saver mode" in Docker desktop?
- The Container view in docker desktop updates/flashes constantly
- Windows Docker how one container can trust another container certificate
- No solutions for "The Docker server host is configured for "Linux"; however, the project is intended for "Windows"" problem in Windows 11
- Unable docker desktop with Window 10 Pro
- Unable to access application inside the container when building image using maven plugin
- Debugging a Python package when running on docker container
- Rancher-Desktop: "docker: 'scout' is not a docker command."
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You should create a network for your project
Then when you run you docker containers give each of them a name
Now other services also using same method. Now each service can reach other using the the name