$ git clone --recurse-submodules https://github.com/guallo/translation_docker_image.git$ cd translation_docker_imagetranslation_docker_image$ docker build -t <image-name>[:<tag>] . (note the . at end)$ 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.
$ docker stop <container-name>Content type
Image
Digest
Size
295.2 MB
Last updated
over 7 years ago
docker pull guallo/translation