dockerコマンド一覧 docker

<style type= text/css >
#dockertable &#123;
border:1px solid #2666666;
color:#FF0000;
&#125;
</style>

dockerコマンド一覧
<table id= dockertable >
<tr><td>&#36;

  2018-06-23 23:24:00

PHP Warning: date(): It is not safe to rely on the system&apos;s timezone settings php

PHP Warning: date(): It is not safe to rely on the system s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of

  2018-06-9 08:43:28

markdownの記述例のメモ markdown

見出し
行頭に「#」を挿入すると、見出しに変換されます。
見出しレベルに応じて、#(ハッシュ記号)の数を増やす。

記述例
# 見出し1
## 見出し2
#### 見出し4


テキスト装飾(太字、イタリック)
「*」もしくは「_」で文字を囲めばイタリック体が適用されます。2つ囲めば、太字

  2018-04-8 10:41:00

elasticsearch のサンプルデモデータが登録で、@shakespeare.jsonのみが入らなった件 elasticsearch

elasticsearch のサンプルデモデータが登録で、@shakespeare.jsonのみが入らなった件

他のデータ(@accounts.json @logs.jsonl)は入ったのだが、@shakespeare.json のデータだけはいらなった
結論を先に書くと、jsonファイル内の 一部文字を削除したらうまくいった

★試してエラーだ

  2018-03-21 22:58:24

kibanaからelasticsearchに接続できなかったけどいつの間にかつながった。[elasticsearch] Unable to revive connection: http://localhost:9200/ No living connections elasticsearch

windows10 64bit の環境に elasticsearch+kibanaをいれたのだが時々
kibanaからelasticsearchに接続できない
以下のエラーがでる。

log [22:40:02.123] [warning][admin][elasticsearch] Unable to revive connection: http

  2018-03-21 21:16:00

elasticsearch 起動時に 「&apos;findstr&apos; は、内部コマンドまたは外部コマンド、操作可能なプログラムまたはバッチ ファイルとして認識されていません。」というエラーがでたので対処した elasticsearch

elasticsearch 起動時に 「 findstr は、内部コマンドまたは外部コマンド、操作可能なプログラムまたはバッチ ファイルとして認識されていません。」というエラーがでたので対処した。

とりあえず、C:&yen;Windows&yen;System32&yen;findstr.exe を &yen;elasticsearch-6.1.1&yen;bin 配下にコ

  2018-03-19 01:25:07

elasticsearch 起動時に flood stage disk watermark ~exceeded on ~ all indices on this node will marked read-only というメッセージがでて read-only という状態になってしまう elasticsearch

elasticsearch 起動時に flood stage disk watermark ~exceeded on ~ all indices on this node will marked read-only というメッセージがでて read-only とう状態になってしまう

elasticsearch 起動時に
flood stage disk waterm

  2018-03-18 05:39:03

円マークが自動変換されてる 文字

ふつうに円マーク&yen;マーク入力



環境依存文字&yen;
「&yen;」

  2018-02-5 05:19:00

elasticsearch起動時にエラーになった(kibanaで画面が真っ白)→文字コードが原因だった elasticsearch

■elasticsearch起動時にエラーになった(kibanaで画面が真っ白)
・原因 config/elasticsearch.yml ファイルを修正した際に sjis形式で保存したみたい。
文字コードutf8に修正して再起動したら無事起動できた

・以下のエラーが発生
C:&yen;&yen;elasticsearch-6.1.1&yen;b

  2018-02-1 06:07:21

Elasticsearchのエラー。post時にデータ登録できなかった &quot;error&quot; : &quot;Content-Type header [application/x-www-form-urlencoded] is not supported&quot; &quot;status&quot; : 406 elasticsearch

Elasticsearchのエラー。post時にデータ登録できなかった。 error : Content-Type header [application/x-www-form-urlencoded] is not supported status : 406
Content-Type の指定必須
Elasticsearch への API は Transpor

  2018-02-1 06:05:18