strongloop / apiconnect-docker

IBM API Connect on Docker
Other
26 stars 26 forks source link

Datapower doesnt start #21

Closed smohiddin closed 7 years ago

smohiddin commented 7 years ago

Using Docker tool-box on windows 7 enterprise 64 edition. Standalone DP - do not have any issues , but when using with apic docker , dp doesnt start.

Getting error "standard_init_linux.go:178: exec user process caused "no such file or directory"

Thank you.

smohiddin commented 7 years ago

Guys - sorry - this is now resolved. given I am running docker-tool box on windows with VM - by taking following measures able to start containers without any problem dos2unix on script file to remove any doc linefeeds

from dir "apiconnect-docker" find /path -type f -print0 | xargs -0 dos2unix --