Just spent the better half of a day trying to figure out the right command to mount a windows folder into my tigergraph docker container so I can transfer data files in.
Could someone please help?
From VS Code Terminal i’m using the following command
docker run --rm -v C:\ProgramData\Docker_mounted_folder:/home/tigergraph/tigergraph/nwis/win_host_folder -p 14022 tigergraph
and getting the following error back…
Unable to find image ‘tigergraph:latest’ locally
C:\Program Files\Docker\Docker\Resources\bin\docker.exe: Error response from daemon: pull access denied for tigergraph, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied.
See ‘C:\Program Files\Docker\Docker\Resources\bin\docker.exe run --help’.
Thanks and Happy New Year!