Example - Dockerfile

This is an example Docker configuration file for building images. It will build a Docker image for SDL Machine Translation Edge with two Language Pairs embedded in the image (Kor-Eng; Eng-Kor). An example of the docker configuration file can be found in the SDL Machine Translation Edge installer folder, under docker/build/Dockerfile.example.

Assumptions
  • The ets-installer directory contains the SDL Machine Translation Edge installer.
  • The lp-installer directory contains installers for Language Pairs.
  • The etsbootstrap directory contains SDL Machine Translation Edge scripts, specifically for Docker.
  • The lic directory contains the SDL Machine Translation Edge license file (sdl-ets.lic).
Docker file sample