Starting the Ingest Docker container with default configurations

Learn how to start the Ingest Docker containers.

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

Default host name

When you start by using the default configurations, the Ingest Docker container host name is ingest.

Code example

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