Here the command which I am using (I mention 3.1.3 in the command)
and i created an empty directory (in this way on my local system D:/official/data/containerdata)
docker run -d -p 14022:22 -p 9000:9000 -p 14240:14240 --name tigergraph3.1.3 --ulimit nofile=1000000:1000000 -v D:/official/data/containerdata:/home/tigergraph/mydata -t docker.tigergraph.com/tigergraph:3.1.3
After successful download of (half an hour) I am getting this error:
Error response from daemon: invalid mode: /home/tigergraph/mydata
80bce60046fa: Pull complete 55a738a15540: Pull complete e19cf0706c62: Pull complete de4cdd6c27d1: Pull complete 846ac49b2f12: Pull complete f3b1d48e7a01: Pull complete Digest: sha256:8a3f2e51520e52a553d74c779f41dd466682a1ab9e618b0a73f757313f953a53 Status: Downloaded newer image for docker.tigergraph.com/tigergraph:3.1.3 docker: Error response from daemon: invalid mode: /home/tigergraph/mydata
Can you please help me out (this is urgent)
and one question more if we have a (tarball of any solution) so how we can identify that this solution for which version?
@Jon_Herke