The Wayback Machine - https://web.archive.org/web/20201227220432/https://github.com/topics/containers
Skip to content
#

containers

Here are 2,440 public repositories matching this topic...

danwinship
danwinship commented Nov 19, 2020

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

netdata
calebstewart
calebstewart commented Dec 10, 2020

This is related to the documentation for minikube. I'm trying to figure out if mounts persist across minikube start/stop. I'm automating the startup of a collection of deployments, and they need a local directory to be mounted. I understand that the minikube mount command accomplishes this. I can't find any documentation on removing mount points or on what happens to the mount points when yo

hakman
hakman commented Oct 27, 2020

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

gvisor
dapr
fristonio
fristonio commented Aug 22, 2019

There are a lot of places in libcontainer/cgroups/fs where the usage of writeFile function can be optimised. For example here https://github.com/opencontainers/runc/blob/master/libcontainer/cgroups/fs/blkio.go#L44-L51
the function call to writeFile is made for each entry in the slice BlkioWeightDevice, which in turn opens and closes file for each entry. This can be optimised by joining al

devops-exercises
surister
surister commented Jan 21, 2020

This is a reminder for me or a task if anyone wants :P

imagen

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
themr0c
themr0c commented Dec 18, 2020

In che-docs, tools/environment_docs_gen.sh is currently a bash script, full of bashism.

The Antora container that we use to build the docs, like most containers, contains only a POSIX shell.

As a consequence, to execute tools/environment_docs_gen.sh we need a dedicated container.

Turning this script into a POSIX shell script would help to streamline the generation of docs, and we would sp

Improve this page

Add a description, image, and links to the containers topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the containers topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.