Alexei Ledenev
Alexei Ledenev
It's possible to imply `netem` command on ingress traffic too, using `ifb` device. Need more research here...
Implement a new `netem play` command. This command should allow use more complex `netem` scenarios, that container mixture of `netem` commands used together. This feature requires to implement syntax validation...
Use `target container` as filter instead of, or as an additional option to IP filter.
Update project documentation for build and configuration (credentials part)
I try to use `dobi` from CircleCI. So far, I can create required images, run tests, and other tasks. Now I want to tag and push image into DockerHub I...
I think that moving CMD and ENTRYPOINT from their standard place in Dockerfile to LABEL looks unnatural. Think about what problem do you want to solve? `tagbot run` can do...
Currently, Workflow can have one of two possible statuses: 1. `WorkflowComplete` - when all its steps are completed 2. `WorkflowFailed` - when "Deadline" is exceeded IMHO, it should be **failed**...
Hi, guys This is just a proposal: use Docker multistage build This will enable to: - get a portable and repeatable build and test environment - build the project on...
The user record is missing the profile photo. The `photo` field is available in the REST API.