Skip to content
Advertisement

Tag: ignite

How to deploy web console by docker, docker run -d -p 80:80 -v :/var/lib/mongodb –name, What is host absolute path?

I’m trying to deploy Apache Ignite Web console on Linux(CentOS 7), but to run docker, i have to set host_absolute_path of MongoDB, How to handle it? <host_absolute_path> is a path on your host machine where MongoDB will create database files. This folder should be created before docker run. Go to Docker->Preferences->File Sharing and create the directory there or use the

Advertisement