Sign inSign up

guallo/translation

By guallo

Updated over 7 years ago

Image
0

270

guallo/translation repository overview

translation_docker_image

Build the image

  1. $ git clone --recurse-submodules https://github.com/guallo/translation_docker_image.git
  2. $ cd translation_docker_image
  3. translation_docker_image$ docker build -t <image-name>[:<tag>] . (note the . at end)

Create and start the container

  1. $ docker run -it --rm -p 8081:8081 -p 8091:8091 -p 8095:8095 --name <container-name> <image-name>[:<tag>]

Port 8081 is for translation_service.
Port 8091 is for translation_hub from en to es.
Port 8095 is for translation_hub from es to en.

Stop the container

  1. $ docker stop <container-name>

Tag summary

Content type

Image

Digest

Size

295.2 MB

Last updated

over 7 years ago

docker pull guallo/translation