# Run Docker image for GStD

The Qualcomm IM SDK container is pre-installed with the Docker image for GStD.

## Prerequisites

1. [Build a Qualcomm IM SDK Docker image](https://docs.qualcomm.com/doc/80-70029-50/topic/build-and-run-qualcomm-im-sdk-docker-image.html).
2. [Load and run the Docker image](https://docs.qualcomm.com/doc/80-70029-50/topic/load-and-run-docker.html).
3. [Run a Docker image for multimedia/AI use cases](https://docs.qualcomm.com/doc/80-70029-50/topic/container-use-cases-for-camera.html).

## Procedure

1. Start the GStD inside the Docker shell:

gstd-1.0 -a 0.0.0.0 -p 5001
        Copy to clipboard

    The shell that’s running the GStD is blocked.
2. Start a parallel container shell and run the following command to communicate with the GStD. For gst-client commands, see [Run local use cases](https://docs.qualcomm.com/doc/80-70029-50/topic/local-use-cases.html).

gst-client-1.0 -a 0.0.0.0 -p 5001
        Copy to clipboard

Last Published: Apr 02, 2026

[Previous Topic
Run camera use cases within a QIM container](https://docs.qualcomm.com/bundle/publicresource/80-70029-50/topics/container-use-cases-camera.md) [Next Topic
GStreamer command-line use cases](https://docs.qualcomm.com/bundle/publicresource/80-70029-50/topics/gstreamer-application-use-cases.md)