Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 1 - 10 of 12 for label:cncf (0.03 sec)

  1. 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
    Registered: Fri Apr 19 07:12:21 UTC 2024
    - 426 bytes
    - Viewed (0)
  2. 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
    Registered: Fri Apr 19 07:14:17 UTC 2024
    - 1.5K bytes
    - Viewed (1)
  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
    Registered: Fri Apr 19 07:13:55 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  4. Terraform Registry

    registry.terraform.io/providers/hashicorp/azurerm/latest/docs
    Registered: Fri Apr 19 10:40:55 UTC 2024
    - Last Modified: Wed Apr 17 21:09:25 UTC 2024
    - 11.2K bytes
    - Viewed (1)
  5. safari-pinned-tab.svg

    Created by potrace 1.11, written by Peter Selinger 2001-2013
    kind.sigs.k8s.io/safari-pinned-tab.svg
    Registered: Fri Apr 19 07:13:14 UTC 2024
    - 3K bytes
    - Viewed (0)
  6. 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
    Registered: Fri Apr 19 07:14:01 UTC 2024
    - 408 bytes
    - Viewed (1)
  7. Terraform Registry

    registry.terraform.io/providers/hashicorp/google/latest/docs
    Registered: Fri Apr 19 10:40:58 UTC 2024
    - Last Modified: Wed Apr 17 21:09:25 UTC 2024
    - 11.2K bytes
    - Viewed (1)
  8. 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.pdf
    Registered: Fri Jan 26 03:00:50 UTC 2024
    - Last Modified: Thu Jan 25 21:11:46 UTC 2024
    - 545K bytes
    - Viewed (0)
  9. RobotoFlex.woff2

    docs.docker.com/assets/fonts/RobotoFlex.woff2
    Registered: Fri Apr 19 01:51:45 UTC 2024
    - Last Modified: Thu Apr 18 17:07:11 UTC 2024
    - 37.4K bytes
    - Viewed (0)
  10. 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
    Registered: Fri Apr 19 07:13:58 UTC 2024
    - 1.2K bytes
    - Viewed (0)
Back to top