Member since
08-10-2018
2
Posts
0
Kudos Received
0
Solutions
08-13-2018
06:34 PM
Some more information: I have no spaces in my path. This is the content of the generated file proxy-deploy.sh: #!/usr/bin/env bash
docker rm -f sandbox-proxy 2>/dev/null
docker run --name sandbox-proxy --network=cda \
-v /E:/InstallationPackages/Hadoop/hdp265/assets/nginx.conf:/etc/nginx/nginx.conf \
-v /E:/InstallationPackages/Hadoop/hdp265/sandbox/proxy/conf.d:/etc/nginx/conf.d \
-v /E:/InstallationPackages/Hadoop/hdp265/sandbox/proxy/conf.stream.d:/etc/nginx/conf.stream.d \
-p 1080:1080 \
-p 4200:4200 \
-p 7777:7777 \ ...... I am running docker 18.06.0
... View more
08-13-2018
06:34 PM
Hi! I have downloaded and unpacked the HDP deploy scripts for HDP 2.6.5. I get the following error when running it with Docker for Windows (using git bash): + sed -i -e 's/\( \/[a-z]\)/\U\1:/g' sandbox/proxy/proxy-deploy.sh
+ chmod +x sandbox/proxy/proxy-deploy.sh
+ sandbox/proxy/proxy-deploy.sh
C:\Program Files\Docker\Docker\Resources\bin\docker.exe: invalid reference format: repository name must be lowercase. Best Regards Kristian
... View more
Labels: