0

If someone can shed some light on this behavior, would be appreciated:

I am running a couple of docker containers with lighttpd on my server (lighttpd is also installed on the host server for reverse proxy). Now whenever I kill lighttpd on my host server it also kills ALL the running lighttpd instances in my docker containers. Isn't docker supposed to be, idk, CONTAINERIZED?

Comments
  • 0
    Are you by any chance using 'killall'? The processes running within a container are still visible to the host.
  • 0
    @tecs hmmm that might be it!!! I thought it was separated 😀
Add Comment