Docker Deploy Configuration Details

Docker Deploy Configuration Details

The easiest way to deploy Web Console is to deploy through Docker. This can be setup quickly through a docker compose file. Docker compose will pull the Web Console backend and frontend images from DockerHub, launch each container, and configure ports. A sample 'docker-compose.yml' can be found here.

Docker

In the terminal window, execute the following command to run GridGain Web Console. Docker will pull the image and start GridGain Web Console in the background.

sudo docker-compose up -d

Open http://localhost:3000 in a browser, and register the first user. Admin rights will be granted to the first registered user.

GridGain Web Console Docker Repositories can be found on DockerHub

https://hub.docker.com/r/gridgain/web-console-frontend

https://hub.docker.com/r/gridgain/web-console-backend

Read additional configuration details in our documentation.