OpenShift Container Platform 4.4 构建(build)OpenShift Container Platform 4.4 构建(build) 在 OpenShift Container Platform 中执行构建并与之交互 Last Updated: 2021-03-11 OpenShift Container Platform 4.4 构建(build) 在 OpenShift Container Platform 中执行构建并与之交互 . . . . . . . . . . . . . . . . . . . . . . . . . 目 目录 录 第 第 1 章 章 理解 理解镜 镜像 像构 构建 建 1.1. 构建(BUILD) 第 第 2 章 章 了解 了解构 构建配置 建配置 2.1. BUILDCONFIG 第 第 3 章 章 创 创建 建构 构建 建输 输入 入 3.1. 构建输入 3.2. DOCKERFILE 87 87 87 88 88 89 93 OpenShift Container Platform 4.4 构 构建( 建(build) ) 2 目 目录 录 3 第 1 章 理解镜像构建 1.1. 构建(BUILD) 构建 (build)是将输入参数转换为结果对象的过程。此过程最常用于将输入参数或源代码转换为可运行的镜 像。BuildConfig 对象是整个构建过程的定义。0 码力 | 101 页 | 1.12 MB | 1 年前3
Build Python App with Serverless 费良宏amazon.com/serverless/sam SAM CLI sam init --name my-function --runtime python cd my-function/ sam build sam package --s3-bucket my-packages-bucket \ --output-template-file packaged.yaml sam deploy --template-file0 码力 | 35 页 | 7.81 MB | 1 年前3
大学霸 Kali Linux 安全渗透教程8.7 创建密码字典 8.8 使用NVIDIA计算机统一设备架构(CUDA) 8.9 物理访问攻击 第9章 无线网络渗透测试 9.1 无线网络嗅探工具Kismet 9.2 使用Aircrack-ng工具破解无线网络 9.3 Gerix Wifi Cracker破解无线网络 9.4 使用Wifite破解无线网络 9.5 使用Easy-Creds工具攻击无线网络 9.6 在树莓派上破解无线网络 9 yum-utils picviz-gui iptraf-ng mcabber telnet iperf 大学霸 Kali Linux 安全渗透教程 7 1.2 安全渗透所需的工具 firstaidkit-plugin-all onenssh nethogs vnstat dnstracer uperf aircrack-ng chkrootkit nload airsnort aide ali Linux。 该系统主要用于渗透测试。它预装了许多渗透测试软件,包括nmap端口扫描器、 Wireshark(数据包分析器)、John the Ripper(密码破解)及Aircrack-ng(一套 用于对无线局域网进行渗透测试的软件)。用户可通过硬盘、Live CD或Live USB 来运行Kali Linux。 大学霸 Kali Linux 安全渗透教程 8 1.2 安全渗透所需的工具0 码力 | 444 页 | 25.79 MB | 1 年前3
Typescript, Angular, 和移动端的跨平台开发Size No one likes a large application size Angular AOT ● Ahead-of-time compilation: Runs once at build time. ● Eliminates the need to package the Angular compiler (half the size of Angular library) to final bundle by WebPack. Angular Universal ● Pre-compiles the app into an HTML/JS/CSS offline in a build step. ● Host on CDN for caching. ○ First time users instantly see result! ○ Optimized for search throughout: ● ng new○ Scaffold best practice applications. ● ng generate ○ Generate components, services, pipes, routes, etc. ● ng serve --open ○ hot reload support ● ng build --pod ○ AOT 0 码力 | 60 页 | 1.05 MB | 1 年前3
Weblate 4.2 用户文档Flag to enable angularjs-format 参见 AngularJS: API: $interpolate [https://docs.angularjs.org/api/ng/service/$interpolate] C 格式 C format string does not match source Simple format string There are useful companion for using Sphinx is the Read the Docs [https://readthedocs.org/] service, which will build and publish your documentation for free. I will not focus on writing documentation itself, if you slug results (array) – array of translation objects; see GET /api/translations/(string:project)/(stri ng:component)/(string:language)/ POST /api/components/(string: project)/(string: component)/translations/0 码力 | 648 页 | 9.34 MB | 1 年前3
Weblate 4.2.1 用户文档Flag to enable angularjs-format 参见 AngularJS: API: $interpolate [https://docs.angularjs.org/api/ng/service/$interpolate] C 格式 C format string does not match source Simple format string There are useful companion for using Sphinx is the Read the Docs [https://readthedocs.org/] service, which will build and publish your documentation for free. I will not focus on writing documentation itself, if you slug results (array) – array of translation objects; see GET /api/translations/(string:project)/(stri ng:component)/(string:language)/ POST /api/components/(string: project)/(string: component)/translations/0 码力 | 650 页 | 9.34 MB | 1 年前3
Weblate 4.2.2 用户文档Flag to enable angularjs-format 参见 AngularJS: API: $interpolate [https://docs.angularjs.org/api/ng/service/$interpolate] C 格式 C format string does not match source Simple format string There are useful companion for using Sphinx is the Read the Docs [https://readthedocs.org/] service, which will build and publish your documentation for free. I will not focus on writing documentation itself, if you slug results (array) – array of translation objects; see GET /api/translations/(string:project)/(stri ng:component)/(string:language)/ POST /api/components/(string: project)/(string: component)/translations/0 码力 | 650 页 | 9.34 MB | 1 年前3
[试读] Angular 5 高级编程旅的必备基础。 2.2.1 创建项目 要创建项目,请选择一个方便的位置,并使用命令提示符来运行以下命令,以创建一 个名为 todo 的新项目: ng new todo ng 命令由 angular-cli 包提供,ng new 启动一个新项目。在安装过程中将创建一个名为 todo 的文件夹,其中包含启动 Angular 开发所需的所有配置文件,启动开发的一些占位符 文件以及开发、运行和部署 0.0", "license": "MIT", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e" }, "private": true, "dependencies": 切是否正常工作的时候了。在 todo 文件夹下面运行以下命令: ng serve --port 3000 --open 这条命令启动 HTTP 开发服务器,angular-cli 安装该软件并进行配置以配合其他 Angular 开发工具。初次启动过程需要一段时间来准备项目,并将生成与下面类似的输出: ** NG Live Development Server is listening0 码力 | 42 页 | 6.14 MB | 1 年前3
Weblate 4.3 用户文档Flag to enable angularjs-format 参见 AngularJS: API: $interpolate [https://docs.angularjs.org/api/ng/service/$interpolate] C 格式 C format string does not match source Simple format string There are useful companion for using Sphinx is the Read the Docs [https://readthedocs.org/] service, which will build and publish your documentation for free. I will not focus on writing documentation itself, if you 标识串 results (array) – array of translation objects; see GET /api/translations/(string:project)/(stri ng:component)/(string:language)/ POST /api/components/(string: project)/(string: component)/translations/0 码力 | 667 页 | 9.36 MB | 1 年前3
Weblate 4.3.2 用户文档Flag to enable angularjs-format 参见 AngularJS: API: $interpolate [https://docs.angularjs.org/api/ng/service/$interpolate] C 格式 C format string does not match source Simple format string There are useful companion for using Sphinx is the Read the Docs [https://readthedocs.org/] service, which will build and publish your documentation for free. I will not focus on writing documentation itself, if you component (string) – 组件 URL 标识串 results (array) – 翻译对象的矩阵;请参见 GET /api/translations/(string:project)/(stri ng:component)/(string:language)/ POST /api/components/(string: project)/(string: component)/translations/0 码力 | 676 页 | 9.37 MB | 1 年前3
共 625 条
- 1
- 2
- 3
- 4
- 5
- 6
- 63













