banking-system-server
Server component for managing banking transactions in a distributed system.
195
This Docker image contains the server component of a distributed banking system. The server manages banking transactions such as deposits, withdrawals, and balance queries for various branches.
How to Run:
Pull the image from Docker Hub: docker pull arushpatel/banking-system-server
Run the container: docker run -d -p 5000:5000 arushpatel/banking-system-server
The server listens on port 5000 and handles banking transactions for different branches.
Content type
Image
Digest
sha256:3a5a2c2d5…
Size
136.6 MB
Last updated
about 2 years ago
docker pull arushpatel/banking-system-server