Skip to content

An example of a how two networked containers can communicate by container name on a bridge network

License

Notifications You must be signed in to change notification settings

CollinEstes/docker-networking-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-networking-example

An example of a how two networked containers can communicate by container name on a bridge network

TO RUN

docker network create example
docker-compose up

Should not see any connection errors as the example node process is connecting to rethinkdb running in a seperate container by using it's container name.

I created this to test docker-osx implmentations to see if docker bridge networked containers resolve connections by container names.

About

An example of a how two networked containers can communicate by container name on a bridge network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published