- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1 - 10 of 26 for label:cncf (0.02 seconds)
-
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.yamlFri Feb 06 07:28:51 GMT 2026 1.2K bytes -
index.json
{"_kubernetes_io":{"feed_refresh_job":"https://testgrid.k8s.io/sig-security-cve-feed#auto-refreshing-official-cve-feed","updated_at":"2026-02-06T04:15:52Z"},"authors":[{"name":"Kubernetes Community...kubernetes.io/docs/reference/issues-security/official-cve-feed/index.jsonFri Feb 06 09:07:41 GMT 2026 255.2K bytes -
Terraform Registry
registry.terraform.io/providers/hashicorp/aws/latest/docs -
llms.txt
Docker Documentation Docker Documentation is the official Docker library of resources, manuals, and guides to help you containerize applications. Use this file as a generated discovery guide for th...docs.docker.com/llms.txtTue Apr 28 22:22:19 GMT 2026 5.6K bytes -
RobotoFlex.woff2
38256docs.docker.com/assets/fonts/RobotoFlex.woff2Tue Apr 28 22:21:37 GMT 2026 37.4K bytes -
index.md
Docker Documentation Docker Documentation helps you learn Docker, install Docker products, and find reference material for everyday development and operations tasks. Browse docs by area - "Get star...docs.docker.com/index.mdTue Apr 28 22:21:56 GMT 2026 1.1K bytes -
get-started.md
Get started If you're new to Docker, this section guides you through the essential resources to get started. Follow the guides to help you get started and learn how Docker can optimize your develop...docs.docker.com/get-started.mdTue Apr 28 22:21:51 GMT 2026 444 bytes -
desktop.md
Docker Desktop Docker Desktop is a one-click-install application for your Mac, Linux, or Windows environment that lets you build, share, and run containerized applications and microservices. It pro...docs.docker.com/desktop.mdWed Apr 29 04:57:41 GMT 2026 1.9K bytes -
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.shFri Feb 06 07:28:35 GMT 2026 2.4K bytes -
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.shFri Feb 06 07:28:44 GMT 2026 1.5K bytes