containers
Here are 2,409 public repositories matching this topic...
-
Updated
Dec 2, 2020 - Go
Feature idea summary
Cgroups plugin supports only proportional and max Block IO policies. We should support BFQ scheduler as well. Disk stats for the scheduler are in blkio.bfq.io_service_bytes and blkio.bfq.io_serviced files.
$ minikube addons enable registry currently outputs:
Registry addon on with docker uses 32781 please use that instead of default 5000
For more information see: https://minikube.sigs.k8s.io/docs/drivers/docker
Verifying registry addon...
The 'registry' addon is enabled
I had to work out the edit required:
`$ docker run --rm -it --network=host alpine ash -c "apk add socat
-
Updated
Dec 3, 2020 - Go
-
Updated
Dec 2, 2020 - Rust
1. Describe IN DETAIL the feature/behavior/change you would like to see.
Using AWS GovCloud is a bit different from the regular AWS.
https://github.com/kubernetes/kops/blob/master/docs/getting_started/aws.md
2. Feel free to provide a design supporting your feature request.
Kops v1.18.2 improves the support for AWS GovCloud and should work without any additional tweaks, except for
-
Updated
Sep 15, 2020 - JavaScript
-
Updated
Dec 2, 2020 - Go
Per the example in https://godoc.org/github.com/google/go-cmp/cmp#Diff the form should be:
if diff := cmp.Diff(want, got); diff != "" {
t.Errorf("MakeGatewayInfo() mismatch (-want +got):\n%s", diff)
}
however, NUD tests (and possibly others) are littered with the reverse, e.g.:
https://github.com/google/gvisor/blob/8fa18e8ecb3e3da2015e5c73db9e46494dcfeff7/pkg/tcpip/stack/neighbo
My preference would be for it to say "5.2 seconds" since 0.1 sec is enough precision for this step. I don't care if it switches to stuff like "821 milliseconds" for short times.
-
Updated
Nov 28, 2020 - Dockerfile
I think it makes sense to convert jib.to.auth.username and jib.to.auth.password from Strings to Property<String>s in AuthParameters, just as it was done in GoogleContainerTools/jib#2727 / GoogleContainerTools/jib#2739 for jib.to.image in [T
For example in "confirm cluster delete" the "Remove" button is highlighted, but hitting enter doesn't submit it (however, esc does close it)
-
Updated
Oct 15, 2020 - PHP
-
Updated
Dec 2, 2020 - Go
-
Updated
Feb 24, 2020 - Go
DynamoDB state store exists in components-contrib, but not registered in Dapr: https://github.com/dapr/dapr/blob/a67a76d468c748c76122b04f28d8181a1170249c/cmd/daprd/main.go#L159
-
Updated
Dec 2, 2020 - Go
We recently added golang-ci-lint, which runs on pull requests and on master.
Currently, looks like the linter on PR's only checks the changed lines, but found various issues in the existing code on master (see opencontainers/runc#2618 (comment)); the linter picked up the problem in https://github.com/opencontainers/runc/runs/1190924966
Looks like that out
-
Updated
Dec 2, 2020 - Go
-
Updated
Dec 3, 2020 - Go
-
Updated
Dec 2, 2020 - Go
## Python/Regex fix
This is a reminder for me or a task if anyone wants :P
Basically, The last two questions aren't really regex's questions.
To do:
- Move said questions to correct place.
- Add new regex questions (Python related!)?
- Maybe add a new ## Regex section, as it is a valuable skill
-
Updated
Dec 1, 2020 - Go
-
Updated
Dec 2, 2020 - Shell
-
Updated
Dec 3, 2020 - Go
-
Updated
Nov 29, 2020 - TypeScript
Is your enhancement related to a problem? Please describe.
I often need to link to concrete che property to link it to someone. There is nice generated page in che docs with all properties https://www.eclipse.org/che/docs/che-7/installation-guide/advanced-configuration-options-for-the-che-se
-
Updated
May 5, 2019 - Python
Improve this page
Add a description, image, and links to the containers topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the containers topic, visit your repo's landing page and select "manage topics."

When we first added SCTP tests, we thought that we weren't going to be able to do actual tests of SCTP network connectivity within kubernetes CI, so we came up with a plan involving a split between tests that involve actual SCTP network connectivity (which require the SCTP kernel module to be available) and tests that don't do SCTP network traffic and so can run anywhere. That way we could still t