Skip to content

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

Notifications You must be signed in to change notification settings

roxanoula/ping_pong_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 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

Watchers

Forks

Releases

No releases published

Packages

No packages published