# Build TelAF simulation docker images Source: [https://docs.qualcomm.com/doc/80-41102-1/topic/build-docker-image-for-telaf-simulation.html](https://docs.qualcomm.com/doc/80-41102-1/topic/build-docker-image-for-telaf-simulation.html) Under the TelAF root directory, run the following commands to compile the docker image for a given Ubuntu distribution. # get help page make simula-help # check current ubuntu distro version make simula-list # change your ubuntu distro version based on your PC host, such as ubuntu22.04 make simula-distro-2204 # build the docker image where the TelAF image can be deployed make simula-build-all from= docker_build_opts= # Example: from Docker HUB fetching images make simula-build-all from=ubuntu:22.04 # Example: from Docker HUB fetching images without any cache data make simula-build-all from=ubuntu:22.04 docker_build_opts="--no-cache"Copy to clipboard All generated TelAF simulation docker images can be listed by: docker images |grep telaf_simulationCopy to clipboard **Parent Topic:** [Use TelAF simulation](https://docs.qualcomm.com/doc/80-41102-1/topic/use-telaf-simulation.html) Last Published: Aug 06, 2026 [Previous Topic Get the source code from the CLO website](https://docs.qualcomm.com/bundle/publicresource/80-41102-1/topics/get-the-source-code-from-the-clo-website.md) [Next Topic Build SDK simulation project](https://docs.qualcomm.com/bundle/publicresource/80-41102-1/topics/build-sdk-simulation-project.md)