- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 18 for label:cncf (0.01 sec)
-
site.webmanifest
{ "name": "", "short_name": "", "icons": [ { "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }, { "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "im...kind.sigs.k8s.io/site.webmanifestRegistered: 2023-06-09 06:54 - 426 bytes - Viewed (0) -
glyphicons-halflings-regular.woff2
docs.docker.com/assets/bootstrap/fonts/glyphicons-halflings-regular.woff2Registered: 2023-06-09 01:41 - Last Modified: 2023-06-08 21:05 - 17.6K bytes - Viewed (1) -
hinted-Geomanist-Book.woff2
docs.docker.com/assets/fonts/geomanist/hinted-Geomanist-Book.woff2Registered: 2023-06-09 01:41 - Last Modified: 2023-06-08 21:05 - 23K bytes - Viewed (0) -
docker_cheatsheet.pdf
CLI Cheat Sheet Build an Image from a Dockerfile docker build -t <image_name> Build an Image from a Dockerfile without the cache docker build -t <image_name> . –no-cache List local images docker im...docs.docker.com/get-started/docker_cheatsheet.pdfRegistered: 2023-06-09 02:05 - Last Modified: 2023-06-08 21:05 - 545K bytes - Viewed (0) -
config-with-mounts.yaml
kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane # add a mount from /path/to/my/files on the host to /files on the node extraMounts: - hostPath: /path/to/my/files conta...kind.sigs.k8s.io/examples/config-with-mounts.yamlRegistered: 2023-06-09 06:56 - 1.2K bytes - Viewed (0) -
index.json
{"_kubernetes_io":{"feed_refresh_job":"https://testgrid.k8s.io/sig-security-cve-feed#auto-refreshing-official-cve-feed","updated_at":"2023-06-09T04:44:07Z"},"authors":[{"name":"Kubernetes Community...kubernetes.io/docs/reference/issues-security/official-cve-feed/index.jsonRegistered: 2023-06-09 08:01 - 114.7K bytes - Viewed (0) -
Terraform Registry
registry.terraform.io/providers/hashicorp/aws/latest/docsRegistered: 2023-06-09 09:44 - Last Modified: 2023-06-08 21:36 - 9.9K bytes - Viewed (1) -
fa-brands-400.woff2
docs.docker.com/assets/fontawesome/webfonts/fa-brands-400.woff2Registered: 2023-06-09 01:43 - Last Modified: 2023-06-08 21:05 - 102.6K bytes - Viewed (0) -
kind-gcr.sh
#!/bin/sh set -o errexit # desired cluster name; default is "kind" KIND_CLUSTER_NAME="${KIND_CLUSTER_NAME:-kind}" # create a temp file for the docker config echo "Creating temporary docker client c...kind.sigs.k8s.io/examples/kind-gcr.shRegistered: 2023-06-09 06:56 - 1.5K bytes - Viewed (1) -
kind-with-registry.sh
#!/bin/sh set -o errexit # 1. Create registry container unless it already exists reg_name='kind-registry' reg_port='5001' if [ "$(docker inspect -f '{{.State.Running}}' "${reg_name}" 2>/dev/null ||...kind.sigs.k8s.io/examples/kind-with-registry.shRegistered: 2023-06-09 06:56 - 2.3K bytes - Viewed (0)