Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1 - 9 of 9 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. 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
    Fri Apr 24 23:02:59 GMT 2026
      444 bytes
  3. 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
  4. 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
  5. robots.txt

    User-agent: * Disallow: /unassociated-machines/ Content-Signal: ai-train=yes, search=yes, ai-input=yes Sitemap: https://docs.docker.com/sitemap.xml 0
    docs.docker.com/robots.txt
    Fri Apr 24 23:03:12 GMT 2026
      150 bytes
  6. 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.webmanifest
    Fri Feb 06 07:27:16 GMT 2026
      426 bytes
  7. safari-pinned-tab.svg

    Created by potrace 1.11, written by Peter Selinger 2001-2013 3122
    kind.sigs.k8s.io/safari-pinned-tab.svg
    Fri Feb 06 07:27:42 GMT 2026
      3K bytes
  8. config-with-port-mapping.yaml

    kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane # port forward 80 on the host to 80 on this node extraPortMappings: - containerPort: 80 hostPort: 80 # optional: set th...
    kind.sigs.k8s.io/examples/config-with-port-mapping.yaml
    Fri Feb 06 07:28:47 GMT 2026
      408 bytes
  9. Introduction https://1982584918-files.gitbook.i...

    Introduction https://1982584918-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LR7OsqPORtP86IQxs6E-694727794%2Fuploads%2Fgit-blob-d2a512b3a55bdcf0f47261621dfb42165ac73ca6%2Flo...
    docs.fluentd.org/
    Mon Apr 27 03:26:49 GMT 2026
      1.4K bytes
Back to Top