How to deploy web console by docker, docker run -d -p 80:80 -v <host_absolute_path>:/var/lib/mongodb –name, What is host absolute path? – CentOS
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.…