diff --git a/docs/source/getting-started/installation/install-scancode-using-docker.rst b/docs/source/getting-started/installation/install-scancode-using-docker.rst index 43ba8cc918..ee0f3d4e5f 100644 --- a/docs/source/getting-started/installation/install-scancode-using-docker.rst +++ b/docs/source/getting-started/installation/install-scancode-using-docker.rst @@ -64,7 +64,7 @@ apache-2.0.LICENSE directory. The JSON results will be in scan-result.json .. code-block:: shell - docker run -v $PWD/:/project scancode-toolkit -clipeu --json-pp /project/scan-result.json /project/apache-2.0.LICENSE + docker run -v "$PWD/:/project" scancode-toolkit -clipeu --json-pp /project/scan-result.json /project/apache-2.0.LICENSE This will mount your current working from the host into ``/project`` in the container and then scan the contents. The output ``result.json`` will be written back to your