Documentation Center

Example - Dockerfile

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

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