commit
4950893961
|
@ -73,7 +73,7 @@ Docker 引擎具有下面 3 个更新渠道: **stable**, **test** 和 **nigh
|
|||
### 稳定版
|
||||
|
||||
年-月(Year-month) 的分支将会发布到 master 分支中。这个分支将会使用下面的格式 `<year>.<month>` 来创建,例如 `19.03`。
|
||||
年-月的命名由 GA 版本的最早确定的日历数据来进行确定。所有随后的特性补丁将会通过在版本号的序列来进行发布。例如,一旦 `v19.03.0` 版本发布后,
|
||||
年-月的命名由 GA 版本的最早确定的日历数据来进行确定。所有随后的特性补丁将会通过该版本号的序列来进行发布。例如,一旦 `v19.03.0` 版本发布后,
|
||||
所有的后续发布的版本将会在基于 `19.03` 这个分支下来发布。
|
||||
|
||||
### 测试
|
||||
|
@ -87,7 +87,7 @@ Docker 引擎具有下面 3 个更新渠道: **stable**, **test** 和 **nigh
|
|||
|
||||
0.0.0-YYYYmmddHHMMSS-abcdefabcdef
|
||||
|
||||
版本提交的 UTC 时间戳将会添加到发布版本的名称中,同时还会添加一个提交版本的哈希代码。如下:`0.0.0-20180720214833-f61e0f7`.
|
||||
版本提交的 UTC 时间戳将会添加到发布版本的名称中,同时还会添加一个提交版本的哈希代码。如下:`0.0.0-20180720214833-f61e0f7`。
|
||||
|
||||
这个构建将会允许你使用最新的 master 分支来进行测试和构建。我们不能保证所有晚间构建能够正常的工作并且符合所有的安全性要求。
|
||||
|
||||
|
@ -102,7 +102,7 @@ Docker 引擎具有下面 3 个更新渠道: **stable**, **test** 和 **nigh
|
|||
### 反向移植(backport)
|
||||
|
||||
反向移植是 Docker 公司针对 Docker 进行优先处理的问题。一个 Docker 公司的雇员或者代码仓库的维护人员将会进行评估和确定这些问题的修复能够被支持,
|
||||
并确定呢能够放到下一个 _发布_ 的版本中。leases.
|
||||
并确定你能够放到下一个 _发布_ 的版本中。
|
||||
|
||||
如果你在提交代码的时候发现这个问题是一个比较重要的问题并且有可能面临反向移植(backport)问题。请确定在你提交的时候在提交内容高亮显示,你也可以在提交中明确说明。
|
||||
|
||||
|
@ -115,7 +115,7 @@ Docker 引擎具有下面 3 个更新渠道: **stable**, **test** 和 **nigh
|
|||
Copyright 2013-2020 Docker, inc, 文件的发布是基于 Apache 2.0 license 下进行发布。
|
||||
|
||||
Docker 是基于 Apache License, Version 2.0 许可证进行发布的。请查看
|
||||
[许可证](https://github.com/moby/moby/blob/master/LICENSE) 页面来获得更多的信息。
|
||||
[许可证](https://github.com/cwiki-us-docs/docker-docs/blob/master/LICENSE) 页面来获得更多的信息。
|
||||
|
||||
## 报告安全性问题
|
||||
|
||||
|
|
39
index.html
39
index.html
|
@ -2,6 +2,15 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
|
||||
<!-- Google Tag Manager -->
|
||||
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
||||
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
||||
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
||||
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
|
||||
})(window,document,'script','dataLayer','GTM-W3NL9V');</script>
|
||||
<!-- End Google Tag Manager -->
|
||||
|
||||
<title>CWIKIUS Docker 文档和手册</title>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="description" content="Description">
|
||||
|
@ -17,36 +26,6 @@
|
|||
}
|
||||
</script>
|
||||
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function () {
|
||||
var u = "https://analytics.ossez.com/";
|
||||
_paq.push(['setTrackerUrl', u + 'matomo.php']);
|
||||
_paq.push(['setSiteId', '2']);
|
||||
var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];
|
||||
g.type = 'text/javascript';
|
||||
g.async = true;
|
||||
g.src = u + 'matomo.js';
|
||||
s.parentNode.insertBefore(g, s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-20480537-11"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-20480537-11');
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue