WASdev / ci.docker.websphere-traditional

Dockerfiles for WebSphere Application Server traditional
Apache License 2.0
171 stars 193 forks source link

docker stop failing to stop server cleanly #34

Closed davidcurrie closed 8 years ago

davidcurrie commented 8 years ago

With admin security enabled the stopServer call made when the wrapper script detects a SIGINT on docker stop is failing as it is not providing credentials. Suggest passing the SIGINT directly on to the server process.

davidcurrie commented 8 years ago

Resolved by https://github.com/WASdev/ci.docker.websphere-traditional/pull/42