Starting the Query Docker container with default configurations

Learn how to start the Query Docker container.

To start the Query container with default configurations, run the following command.
docker run -it -e LICENSE=accept query
When you start by using the default configurations, the Query server image name is search-query-app.

Default host name

When you start by using the default configurations, the Query Docker container host name is query.

Code example

docker run -it -e LICENSE=accept   
    <Query Docker image>