質問編集履歴

3

質問内容の修正

2018/11/26 05:05

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -31,12 +31,6 @@
31
31
 
32
32
 
33
33
  ### 試したこと
34
-
35
-
36
-
37
- reset factory default を行ったところ overlay2 というファイルシステムを使うようになるみたいなのですが
38
-
39
- MySQL コンテナがエラーをはくようになりました
40
34
 
41
35
 
42
36
 

2

追記

2018/11/26 05:05

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -70,6 +70,28 @@
70
70
 
71
71
 
72
72
 
73
+ start-mysql.sh の中はこうなってます
74
+
75
+ ```
76
+
77
+ #!/bin/sh
78
+
79
+
80
+
81
+ service mysqld start
82
+
83
+
84
+
85
+ while true ; do
86
+
87
+ /bin/bash
88
+
89
+ done
90
+
91
+ ```
92
+
93
+
94
+
73
95
 
74
96
 
75
97
  ### 環境

1

質問内容の修正

2018/11/26 04:18

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
File without changes