質問編集履歴
3
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -97,11 +97,6 @@
|
|
97
97
|
Could not find nokogiri-1.10.10 in any of the sources
|
98
98
|
Run `bundle install` to install missing gems.
|
99
99
|
```
|
100
|
-
|
100
|
+
|
101
|
-
また、docker logsコマンドを入力すると
|
102
|
-
```
|
103
|
-
Could not find nokogiri-1.10.10 in any of the sources
|
104
|
-
Run `bundle install` to install missing gems.
|
105
|
-
```
|
106
101
|
となり、bundle installは問題なくできます。
|
107
102
|
よろしくお願いします。
|
2
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -88,12 +88,14 @@
|
|
88
88
|
```
|
89
89
|
と出ました。次に
|
90
90
|
```ここに言語を入力
|
91
|
-
sudo gem nokogiri
|
91
|
+
sudo gem install nokogiri
|
92
92
|
```
|
93
|
-
上記コマンドを入力すると
|
93
|
+
上記コマンドを入力し、docker logsで確認すると
|
94
94
|
```ここに言語を入力
|
95
|
+
Could not find nokogiri-1.10.10 in any of the sources
|
95
|
-
|
96
|
+
Run `bundle install` to install missing gems.
|
97
|
+
Could not find nokogiri-1.10.10 in any of the sources
|
96
|
-
|
98
|
+
Run `bundle install` to install missing gems.
|
97
99
|
```
|
98
100
|
と出てしまい解決策がわかりません。
|
99
101
|
また、docker logsコマンドを入力すると
|
1
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
### 前提・実現したいこと
|
2
|
-
既存のRails開発環境をvagrantからDockerに変更したいのですが、docker-compose upがうまくいきません。
|
2
|
+
既存のRailsアプリの開発環境をvagrantからDockerに変更したいのですが、docker-compose upがうまくいきません。
|
3
3
|
ご教授ください。
|
4
4
|
|
5
5
|
|