-
Internally, I believe this is because zScaler is running and has it's own root CA that needs to be installed on every system with network communications. So, I've tried:
However, I still get the error:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The above were the correct steps. However, I was using a relative path |
Beta Was this translation helpful? Give feedback.
The above were the correct steps. However, I was using a relative path
--volume
argument anddocker
wants absolute paths. Once I set the absolute path, it worked perfectly. There was also another issue regarding "docker in docker" setup for VS Code "Remote Development" and the interplay between Windows and Linux paths, but technically unrelated to this specific question.