Alexei Ledenev

Results 72 comments of Alexei Ledenev
trafficstars

@avinashnarra Please paste Dockerfile you've used to create image.

@torblerone it's possible to provide your own Docker image with `tc` tool on-board or add `tc` to the target Docker container. Both options should work. Take a look at `tc.Dockerfile`...

Pumba uses "docker exec/run" API to run "tc" command in the target's container network namespace. Probably it is possible to run "tc" command available in $PATH and attach it to...

@lazerion any idea how to implement this?

@jonastheis thank you for reporting this issue. Probably, it's related to API version, pumba is using. Need to check.

@johnqa 1. make sure to pass `--tlskey` (client key for TLS authentication) or have a default key file `/etc/ssl/docker/key.pem` 2. Can you check the format of your key and cert...

@ravitej-aluru thank you for the use case. I will think about the implementation. If you have any idea how to do it properly PR is welcomed.

@Tyson1986 container names are much better, I wanted to do this, just it requires bigger effort. Will keep this issue open.