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.
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
Read additional configuration details in our documentation.