书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 12762 个相关结果.
  • Container Image

    Image Container Images Tar Files Image Container Images Simply specify an image name (and a tag). $ trivy image [ YOUR_IMAGE_NAME ] For example: $ trivy image python : ...
  • Shell Completion

    Enabling Shell Completion Introduction General Usage bash zsh fish powershell Enabling Shell Completion Introduction Shell completion enhances the user experience by prov...
  • 在 macOS 系统上安装和设置 kubectl

    在 macOS 系统上安装和设置 kubectl 准备开始 在 macOS 系统上安装 kubectl 用 curl 在 macOS 系统上安装 kubectl 用 Homebrew 在 macOS 系统上安装 用 Macports 在 macOS 系统上安装 验证 kubectl 配置 排查”找不到身份验证提供商”的错误信息 可选的 kube...
  • 自动部署openLooKeng

    自动部署openLooKeng 在单个节点上部署openLooKeng 将openLooKeng在线部署到集群 openLooKeng服务升级 将配置部署到openLooKeng集群 卸载openLooKeng服务 将openLooKeng离线部署到集群 向集群添加节点 从集群移除节点 参考资料 自动部署openLooKeng 除了手...
  • Fault Injection Filter

    Fault Injection Filter Running the Sandboxes Fault Injection Filter This simple example demonstrates Envoy’s fault injection capability using Envoy’s runtime support to cont...
  • 在 macOS 系统上安装和设置 kubectl

    在 macOS 系统上安装和设置 kubectl 准备开始 在 macOS 系统上安装 kubectl 用 curl 在 macOS 系统上安装 kubectl 用 Homebrew 在 macOS 系统上安装 用 Macports 在 macOS 系统上安装 验证 kubectl 配置 排查”找不到身份验证提供商”的错误信息 可选的 kube...
  • 使用 Istioctl 命令行工具

    使用 Istioctl 命令行工具 开始之前 安装 istioctl 网格概览 代理配置 Istioctl 自动补全 开启自动补全 使用自动补全 使用 Istioctl 命令行工具 您可以通过检查各个组件的日志 或者通过自检 机制来了解其功能。如果还不够的话,以下步骤将会告诉您如何深入了解。 Istioctl 是一个允许服务管理者调...
  • 5.1. Quick start

    Quick start CRI-O and crun containerd and crun Quick start We have created Ubuntu-based scripts for you to quickly get started with the following combination of runtimes in a...
  • Hack-7 Grep

    Grep 命令 更多选项 扩展阅读 Grep 命令 先说句题外话免得我最后忘了:ag ,貌似比grep 更强大。 grep - print lines matching a pattern 通俗的说,就是查找。 怎么查找呢?看语法说明: grep [options] pattern [files] 比如在/etc/passwd 里...
  • Compose命令行实现

    Command Completion Command Completion Compose与bash shell下的command completion 是分不开的。 安装Command Completion 确保bash Completion已安装。如果当前使用的是非最简化安装的linux,那么应该bash Completion已经可以使用。M...