Skip to content

DvdCp/happy-docker-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Happy Docker containers

There are 4 containers:

An application (1) with a TCP socket client that sends random strings (with only alpha chars) every 2 seconds to another application (2) with a TCP socket server, the application (2) sends the received data to another application (3) calling a web service, the application (3) receive the data through an exposed web service (http) and get the ASCII decimal value of the chars and if the sum is even insert the value to the even table of the database, if the value is odd the application (3) insert the value to the odd table, database has other tables that store the alpha strings and the OCT, HEX, BIN ASCII value of the strings. Another web application (4) that requests the data to the application (3) via POST and the data are shown in a datatable.

Services implemented

I implemented:

Every projects has its own readme.md file with instructions to follow.

Docker is required because the projects are intented to be containers.

About

A multi-container system build with Docker Compose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published