Konstantin Pavlov

Results 282 comments of Konstantin Pavlov

That looks like a giant hack to be honest rather than a solution :-) The problems with that approach is that we're introducing some poor-man process management into a container;...

Yeah, I think the "init-replacement-but-not-really" approach is something we will not accept in the image in any case. However, I see no problem with a good documentation (e.g. providing an...

Hi @oasynsky, can you tell a bit more on how you're trying to utilize the script? as @tomaszkrzyzanowski rightfully said, it's not intended to be ran manually. Thanks

@jackadam1981 please open another issue, this does not seem relevant to this current issue. Closing due to feedback timeout.

Hi @sourabh-burnwal! One NGINX load balancer should work perfectly fine in this scenario. Check your firewalls or network setup if you're unable to hit the port 8092, it does not...

Closing due to feedback timeout.

Hi @lbopp42, can you show the full configuration you're using? All the docker-compose configs, and nginx ones. Thanks,

Not really, I cant reproduce with the following `docker-compose.yml`: ``` my_service: cap_add: - CAP_CHOWN - CAP_NET_BIND_SERVICE - CAP_SETGID - CAP_SETUID cap_drop: - ALL image: nginx:alpine restart: always ``` Are there...