Sign inSign up

dadams39/demo

By dadams39

Updated over 7 years ago

Image
0

209

dadams39/demo repository overview

Overview

This is a docker environment to house the Google's Protocol Buffer's version (3.0.0). The container has Python and Java configured correctly within this container. To demonstrate the functionality of this environment, we have a toy example installed. Container configuration not guaranteed to work for units separated by a firewall.

Running Instructions

Server (Java)

$ docker run --rm -ti -p 9191:9191 dadams39/demo ./gradlew run

Client (Python 3)

$ docker run --rm -ti -p 9000:9000 dadams39/demo python app/src/main/python/client.py

Tag summary

Content type

Image

Digest

Size

819.1 MB

Last updated

over 7 years ago

docker pull dadams39/demo