3

I just installed Docker Toolbox for getting started with Eclipse Hono on Windows 7 64bit. Unfortunately the eclipse Hono directory is in C:\User\Desktop My docker is always using the directory Z

How can I can access C directory in the docker terminal? I tried

cd C:\User\Desktop

but it did not work, the docker terminal says

No such file or directory

So my problem is I can't get out of directory Z. How can I solve this?

ppatierno
  • 9,431
  • 1
  • 30
  • 45
Blnpwr
  • 1,793
  • 4
  • 22
  • 43

1 Answers1

8

You can try cd /c/Users/.... .

hichamx
  • 794
  • 3
  • 7
  • 18