Hi Team,
I am using docker toolbox on my windows machine and i am have created bwce image file.
But when i am trying to run the image file its giving below error.
Neha Chintu@LAPTOP-CFBCQI5R MINGW64 /c/tibcobwce/bwce/2.4/docker
$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
tibco/bwce 2.4 56a4527ef8b2 23 hours ago 1.37GB
debian stretch-slim c2f145c34384 5 days ago 55.3MB
Neha Chintu@LAPTOP-CFBCQI5R MINGW64 /c/tibcobwce/bwce/2.4/docker
$ docker run -i tibco/bwce:2.4
checkdir: cannot create extraction directory: C:
Permission denied
chmod: cannot access ‘C:/tibco/bw*//bin/startBWAppNode.sh’: No such file or directory
chmod: cannot access 'C:/tibco/bw//bin/bwappnode’: No such file or directory
chmod: cannot access 'C:/tibco/tibcojre64//bin/java’: No such file or directory
chmod: cannot access ‘C:/tibco/tibcojre64//bin/javac’: No such file or directory
sed: can’t read C:/tibco/bw//bin/bwappnode.tra: No such file or directory
sed: can’t read C:/tibco/bw//bin/bwappnode: No such file or directory
touch: cannot touch ‘C:/keys.properties’: No such file or directory
mkdir: cannot create directory ‘C:/tmp’: No such file or directory
ls: cannot access 'C:/tibco/bw/’: No such file or directory
ln: failed to create symbolic link 'C:/tibco/bw*//bin/bwapp.ear’: No such file or directory
sed: can’t read C:/tibco/bw//config/appnode_config.ini: No such file or directory
unzip: cannot find or open C:/tibco/bw//bin/bwapp.ear, C:/tibco/bw//bin/bwapp.ear.zip or C:/tibco/bw/*/bin/bwapp.ear.ZIP.
No zipfiles found.
sed: can’t read C:/tibco/bw*//config/logback.xml: No such file or directory
BW_PROFILE is set to ‘default.substvar’
./scripts/setup.sh: line 148: /tmp/META-INF/MANIFEST.MF: No such file or directory
cp: cannot stat ‘/tmp/META-INF/default.substvar’: No such file or directory
./scripts/setup.sh: line 432: C:/tibco/tibcojre64/1.8.0/bin/java: No such file or directory
bash: C:/tibco/bw/*/bin/startBWAppNode.sh: No such file or directory
Please suggest me incase any changes required in my set up.