Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1 - 10 of 26 for label:cncf (0.02 seconds)

  1. 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.yaml
    Fri Feb 06 07:28:51 GMT 2026
      1.2K bytes
  2. 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.json
    Fri Feb 06 09:07:41 GMT 2026
      255.2K bytes
  3. Terraform Registry

    registry.terraform.io/providers/hashicorp/aws/latest/docs
    Wed Jan 28 17:44:17 GMT 2026
      10.3K bytes
      Similar Results (2)
  4. 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.txt
    Tue Apr 28 22:22:19 GMT 2026
      5.6K bytes
  5. RobotoFlex.woff2

    38256
    docs.docker.com/assets/fonts/RobotoFlex.woff2
    Tue Apr 28 22:21:37 GMT 2026
      37.4K bytes
  6. 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.md
    Tue Apr 28 22:21:56 GMT 2026
      1.1K bytes
  7. 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.md
    Tue Apr 28 22:21:51 GMT 2026
      444 bytes
  8. 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.md
    Wed Apr 29 04:57:41 GMT 2026
      1.9K bytes
  9. 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.sh
    Fri Feb 06 07:28:35 GMT 2026
      2.4K bytes
  10. 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.sh
    Fri Feb 06 07:28:44 GMT 2026
      1.5K bytes
Back to Top