Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ping_pong_docker

A very simple Java client-server project to show how to communicate between two docker images.

Buind the docker

docker build -t serverimage . docker build -t clientimage .

Run the docker

docker run --net=host -it -P --name server serverimage docker run --net=host -it -P --name client clientimage

About

A very simple Java client-server project to show how to communicate between two docker images.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages