-
Updated
Jun 18, 2022
containerization
Here are 436 public repositories matching this topic...
-
Updated
Jun 23, 2022 - Shell
-
Updated
Jul 8, 2022 - Go
K3s Install addition
As mentioned in discord I would recommend adding the following to your k3s deployment. I see multiple pages about the k3s deployment and each are missing the following which will make sure the nodes stay alive even if you over provision pods.
INSTALL_K3S_EXEC= ........ --kubelet-arg system-reserved=cpu=100m,memory=100Mi --kubelet-arg kube-reserved=cpu=200m,memory=400Mi
-
Updated
Jan 11, 2022 - JavaScript
-
Updated
Dec 7, 2021 - Python
-
Updated
Oct 17, 2021
-
Updated
Dec 10, 2018 - C++
-
Updated
Feb 14, 2021 - Ruby
-
Updated
Jul 8, 2022 - Go
-
Updated
Jul 4, 2022 - Python
-
Updated
Dec 19, 2021 - R
-
Updated
Apr 29, 2022 - TypeScript
-
Updated
Apr 11, 2021 - Dockerfile
-
Updated
Jul 8, 2022 - TypeScript
-
Updated
Mar 31, 2022 - TeX
-
Updated
Jul 9, 2019
-
Updated
Dec 19, 2019 - C#
-
Updated
Jun 28, 2022 - Rust
-
Updated
Aug 31, 2021 - Python
-
Updated
Mar 9, 2021 - Go
-
Updated
Jul 7, 2022 - Java
It'd be nice if each Rune had a description field at the top level so people know what it is for.
version: 1
description: |
A rune which copies the style from one image to
another image.
pipeline
...-
Updated
Jul 8, 2022 - Go
-
Updated
Nov 19, 2021
-
Updated
Nov 11, 2020 - TeX
-
Updated
Jul 17, 2018 - VCL
-
Updated
Sep 14, 2018 - Shell
Improve this page
Add a description, image, and links to the containerization topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the containerization topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem?
"DevSpace should use the current docker behavior for dockerignore:
Dockerfile + .dockerignore
Dockerfile + Dockerfile.dockerignore
Dockerfile.frontend + Dockerfile.frontend.dockerignore
"
Which solution do you suggest?
Delegating the dockerignore file search to Docker if possible, otherwise copying the behavior as best as possible