Closed Allu2 closed 7 years ago
Hmm seems my problems came from running everything from docker-compose run
Originally I did this because I couldn't run kong migrations up from docker exec, but after running that with docker-compose run, I can reload with docker exec -it kong reload without problems.
Thanks for reporting this, and I am glad you found a solution. I am closing the issue now.
NOTE: GitHub issues are reserved for bug reports only.
Please read the CONTRIBUTING.md guidelines to learn on which channels you can seek for help and ask general questions:
https://github.com/Mashape/kong/blob/master/CONTRIBUTING.md#where-to-seek-for-help
Summary
Using kong's docker version 0.11.0-alpine "kong reload" and other commands in container fail.
Steps To Reproduce
Additional Details & Logs
Kong: 0.11.0
)$ kong start --vv
)/ # cat usr/local/kong/logs/error.log 2017/09/08 10:47:22 [notice] 43#0: using the "epoll" event method 2017/09/08 10:47:22 [notice] 43#0: openresty/1.11.2.4 2017/09/08 10:47:22 [notice] 43#0: built by gcc 6.3.0 (Alpine 6.3.0) 2017/09/08 10:47:22 [notice] 43#0: OS: Linux 4.4.0-92-generic 2017/09/08 10:47:22 [notice] 43#0: getrlimit(RLIMIT_NOFILE): 1048576:1048576 2017/09/08 10:47:22 [notice] 43#0: start worker processes 2017/09/08 10:47:22 [notice] 43#0: start worker process 51 2017/09/08 10:47:36 [notice] 43#0: signal 28 (SIGWINCH) received 2017/09/08 10:47:36 [notice] 51#0: signal 28 (SIGWINCH) received 2017/09/08 10:47:36 [notice] 43#0: signal 28 (SIGWINCH) received 2017/09/08 10:47:36 [notice] 51#0: signal 28 (SIGWINCH) received 2017/09/08 10:47:36 [notice] 43#0: signal 28 (SIGWINCH) received 2017/09/08 10:47:36 [notice] 51#0: signal 28 (SIGWINCH) received 2017/09/08 10:47:38 [notice] 43#0: signal 28 (SIGWINCH) received 2017/09/08 10:47:38 [notice] 51#0: signal 28 (SIGWINCH) received 2017/09/08 10:47:39 [notice] 43#0: signal 28 (SIGWINCH) received 2017/09/08 10:47:39 [notice] 51#0: signal 28 (SIGWINCH) received 2017/09/08 10:47:39 [notice] 43#0: signal 28 (SIGWINCH) received 2017/09/08 10:47:39 [notice] 51#0: signal 28 (SIGWINCH) received 2017/09/08 10:48:38 [notice] 43#0: signal 2 (SIGINT) received, exiting 2017/09/08 10:48:38 [notice] 51#0: signal 2 (SIGINT) received, exiting 2017/09/08 10:48:38 [notice] 51#0: exiting 2017/09/08 10:48:38 [notice] 51#0: exit 2017/09/08 10:48:38 [notice] 43#0: signal 17 (SIGCHLD) received 2017/09/08 10:48:38 [notice] 43#0: worker process 51 exited with code 0 2017/09/08 10:48:38 [notice] 43#0: exit / #