-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
455 lines (197 loc) · 11 KB
/
index.html
File metadata and controls
455 lines (197 loc) · 11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>OPS Notes By 枯木</title>
<meta name="author" content="枯木">
<meta name="description" content="docker help 容器日常的操作过程中,熟练使用docker的相关命令还是非常重要的,推荐把docker的命令熟读并实践,这样对docker相关功能的理解会很有帮助的。 ">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="canonical" href="http://kumu-Linux.github.io/">
<link href="/favicon.png" rel="icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<script src="/javascripts/modernizr-2.0.js"></script>
<script src="/javascripts/ender.js"></script>
<script src="/javascripts/octopress.js" type="text/javascript"></script>
<link href="/atom.xml" rel="alternate" title="OPS Notes By 枯木" type="application/atom+xml">
<link href='http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<!--Fonts from Google"s Web font directory at http://google.com/webfonts -->
<!--
<link href="http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
-->
<link href="http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-39949989-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body class="collapse-sidebar sidebar-footer" >
<header role="banner"><hgroup>
<h1><a href="/">OPS Notes By 枯木</a></h1>
<div class="clear"></div>
</hgroup>
</header>
<div class="navi">
<ul>
<li><a href="/">Blog</a></li>
<li><a href="/blog/archives">Archives</a></li>
<li><a href="/blog/ops">Ops Tools</a></li>
<li><a href="/blog/tips">Linux Tips</a></li>
<li><a href="/blog/books">Books</a></li>
<li><a href="/blog/about">Author</a></li>
</ul>
</div>
<div id="main">
<div id="content">
<div class="blog-index">
<article>
<header>
<!-- Now we're back to normal posts. Note the links used under href in both headers.-->
<h1 class="entry-title"><a href="/blog/2014/07/19/docker-cmd/">Docker相关命令</a></h1>
<p class="meta">
<time datetime="2014-07-19T16:13:00+08:00" pubdate data-updated="true">Jul 19<span>th</span>, 2014</time>
| <a href="/blog/2014/07/19/docker-cmd/#disqus_thread">Comments</a>
</p>
</header>
<p><a href="http://opskumu.github.io">博客已转移至 blog.opskumu.com</a></p>
</div>
<div class="entry-content"><h2>docker help</h2>
<p>容器日常的操作过程中,熟练使用docker的相关命令还是非常重要的,推荐把docker的命令熟读并实践,这样对docker相关功能的理解会很有帮助的。</p>
</div>
<footer>
<a rel="full-article" href="/blog/2014/07/19/docker-cmd/">阅读全文 →</a>
</footer>
</article>
<article>
<header>
<!-- Now we're back to normal posts. Note the links used under href in both headers.-->
<h1 class="entry-title"><a href="/blog/2014/06/23/fsck-qcow2/">本地fsck修复qcow2</a></h1>
<p class="meta">
<time datetime="2014-06-23T16:36:00+08:00" pubdate data-updated="true">Jun 23<span>rd</span>, 2014</time>
| <a href="/blog/2014/06/23/fsck-qcow2/#disqus_thread">Comments</a>
</p>
</header>
<div class="entry-content"><p>因为一些原因导致若干kvm虚拟机出现启动不了的情况,如下图:</p>
</div>
<footer>
<a rel="full-article" href="/blog/2014/06/23/fsck-qcow2/">阅读全文 →</a>
</footer>
</article>
<article>
<header>
<!-- Now we're back to normal posts. Note the links used under href in both headers.-->
<h1 class="entry-title"><a href="/blog/2014/06/04/docker-pipework/">使用pipework桥接docker</a></h1>
<p class="meta">
<time datetime="2014-06-04T17:24:00+08:00" pubdate data-updated="true">Jun 4<span>th</span>, 2014</time>
| <a href="/blog/2014/06/04/docker-pipework/#disqus_thread">Comments</a>
</p>
</header>
<div class="entry-content"><p>docker创建的时候,默认是接入docker0,只能单主机进行工作,但是在生产环境中往往不同主机的docker也是需要通信的,所以这里要借助另外一个工具,那就是pipework。</p>
</div>
<footer>
<a rel="full-article" href="/blog/2014/06/04/docker-pipework/">阅读全文 →</a>
</footer>
</article>
<article>
<header>
<!-- Now we're back to normal posts. Note the links used under href in both headers.-->
<h1 class="entry-title"><a href="/blog/2014/06/04/docker-registry/">构建docker私有库</a></h1>
<p class="meta">
<time datetime="2014-06-04T17:08:00+08:00" pubdate data-updated="true">Jun 4<span>th</span>, 2014</time>
| <a href="/blog/2014/06/04/docker-registry/#disqus_thread">Comments</a>
</p>
</header>
<div class="entry-content"><p>为方便管理,我们需要对官方的镜像做一些定制,我们可以构建私有的<code>docker registry</code></p>
</div>
<footer>
<a rel="full-article" href="/blog/2014/06/04/docker-registry/">阅读全文 →</a>
</footer>
</article>
<article>
<header>
<!-- Now we're back to normal posts. Note the links used under href in both headers.-->
<h1 class="entry-title"><a href="/blog/2014/06/04/docker-install-index/">开始docker</a></h1>
<p class="meta">
<time datetime="2014-06-04T17:03:00+08:00" pubdate data-updated="true">Jun 4<span>th</span>, 2014</time>
| <a href="/blog/2014/06/04/docker-install-index/#disqus_thread">Comments</a>
</p>
</header>
<div class="entry-content"><p>Dokcer的基本原理这里不作介绍,网上已经说的很清楚了,这里就不废话了,可以参考以下几篇文章的介绍。</p>
<ul>
<li><a href="http://tiewei.github.io/cloud/Docker-Getting-Start/">Docker Getting Start: Related Knowledge </a></li>
<li><a href="http://code.csdn.net/news/2819773">谁是容器中的“战斗机”?Docker与Chef、LXC等容器对比</a></li>
<li><a href="http://www.infoq.com/cn/articles/docker-containers">Docker:利用Linux容器实现可移植的应用部署</a></li>
</ul>
</div>
<footer>
<a rel="full-article" href="/blog/2014/06/04/docker-install-index/">阅读全文 →</a>
</footer>
</article>
<article>
<header>
<!-- Now we're back to normal posts. Note the links used under href in both headers.-->
<h1 class="entry-title"><a href="/blog/2014/05/28/ubuntu-network-br0/">Ubuntu14.04重启网卡不生效</a></h1>
<p class="meta">
<time datetime="2014-05-28T11:38:00+08:00" pubdate data-updated="true">May 28<span>th</span>, 2014</time>
| <a href="/blog/2014/05/28/ubuntu-network-br0/#disqus_thread">Comments</a>
</p>
</header>
<div class="entry-content"><p>Stopping or restarting the networking job is not supported.<br/>
Use ifdown & ifup to reconfigure desired interface.</p>
</div>
<footer>
<a rel="full-article" href="/blog/2014/05/28/ubuntu-network-br0/">阅读全文 →</a>
</footer>
</article>
<article>
<header>
<!-- Now we're back to normal posts. Note the links used under href in both headers.-->
<h1 class="entry-title"><a href="/blog/2014/05/21/ssh-maxauthtries/">Ssh MaxAuthTries</a></h1>
<p class="meta">
<time datetime="2014-05-21T23:05:00+08:00" pubdate data-updated="true">May 21<span>st</span>, 2014</time>
| <a href="/blog/2014/05/21/ssh-maxauthtries/#disqus_thread">Comments</a>
</p>
</header>
<div class="entry-content"><p>新建了一个Ubuntu14.04的虚拟机,使用xshell登陆,刚输入用户名后却直接抛出了 <code>Too many authentication failures for username</code> 的错误。ssh登陆失败尝试次数和<code>MaxAuthTries</code>值相关,直接<code>man sshd_config</code>获取该参数说明,得到如下内容:</p>
</div>
<footer>
<a rel="full-article" href="/blog/2014/05/21/ssh-maxauthtries/">阅读全文 →</a>
</footer>
</article>
<div class="pagination">
<a class="prev" href="/blog/page/2/">← Older</a>
<a href="/blog/archives">Blog Archives</a>
</div>
</div>
<aside class="sidebar">
</aside>
</div>
</div>
<footer role="contentinfo"><p>
Copyright © 2014 - 枯木 -
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>
</p>
</footer>
<script type="text/javascript">
var disqus_shortname = 'kumusanotes';
var disqus_script = 'count.js';
(function () {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/' + disqus_script;
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
}());
</script>
</body>
</html>