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

containers

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

netdata
medyagh
medyagh commented Sep 30, 2020

docker does not allow volume names shorter than 2 letters.
which will cause minikube to crash on docker driver

medya@~/workspace/minikube (docker_network) $ ./out/minikube start -p p
😄  [p] minikube v1.13.1 on Darwin 10.15.6
✨  Automatically selected the docker driver. Other choices: hyperkit, virtualbox
👍  Starting control plane node p in cluster p
🔥  Creating docker container (CPU
gvisor
unknowndev233
unknowndev233 commented Jun 23, 2020

Description

runsc install is able to edit /etc/docker/daemon.json to enable Docker to replace runc with runsc.
Would be great if podman supports this feature.

Is this feature related to a specific bug?

No. By the way, does gVisor depend on Docker just for the reason that Docker uses runsc as its runtime?

Do you have a specific solution in mind?

To replace the runtim

lens
Delorien84
Delorien84 commented Sep 18, 2020

What would you like to be added:
Sometimes pod is killed by various reason, but the reason is not visible in Lens. I need to execute kubectl command to see last state and reason why the pod was killed

State:          Waiting
  Reason:       CrashLoopBackOff
Last State:     Terminated
  Reason:       OOMKilled
  Exit Code:    137
  Started:      Tue, 15 Sep 2020 08:45:37 +0200
najohnsn
najohnsn commented Sep 29, 2020

A relative path can be specified for --root, but it is sometimes interpreted as relative to current directory and sometimes as relative to bundle directory:

> sudo find .
.
./mybundle
./mybundle/config.json
./myroot
> sudo runc --root myroot create --bundle mybundle a
> sudo find .
.
./mybundle
./mybundle/config.json
./mybundle/myroot
./mybundle/myroot/a
./mybundle/myroot/a/exe
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

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.