Hello @frankie,

Guess I faced the same issue when was trying to mount a directory on Windows
host. Are you using Windows too? Can you please provide some logs using the
way which @Vasiliy Sisko proposed.

As I know, mounting volumes from a Windows directory is done using by SMB.
This way mongodb might have some issues with files handling (like an
exclusive lock). Also, the problem can be at host's directory permissions
(on any OS).

To check this you can try to skip mounting the directory "-v
/host_absolute_path:/var/lib/mongodb" and use following command:

$ sudo docker run -d -p 80:80 -p 3001:3001 --name web-console-standalone
apacheignite/web-console-standalone

P.S. Keep in mind it makes mongodb data lost every time container is
stopping.

Roman



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to