Starting the Store Web Docker container with default configurations

Learn how to start the Store Web Docker container.

To start the container with default configurations to view files inside the container, use:
docker run -it -e LICENSE=accept store-web
When you start by using the default configurations, the Store Web Docker image name is  store-web.

Default host name

When you start by using the default configurations, the Store Web Docker container  host name is  store-web.

Code example

docker run -it -e LICENSE=accept  \ 
    -e SEARCH_HOST =<Elasticsearch hostname> \
    -e TXN_HOST =<Transaction server hostname>  
    <Store Web Docker image>