質問編集履歴

3

誤字

2020/07/11 06:55

投稿

shin342
shin342

スコア22

test CHANGED
File without changes
test CHANGED
@@ -196,17 +196,7 @@
196
196
 
197
197
  ```
198
198
 
199
- と出てしまい解決策がわかりません。
199
+
200
-
201
- また、docker logsコマンドを入力すると
202
-
203
- ```
204
-
205
- Could not find nokogiri-1.10.10 in any of the sources
206
-
207
- Run `bundle install` to install missing gems.
208
-
209
- ```
210
200
 
211
201
  となり、bundle installは問題なくできます。
212
202
 

2

誤字

2020/07/11 06:55

投稿

shin342
shin342

スコア22

test CHANGED
File without changes
test CHANGED
@@ -178,17 +178,21 @@
178
178
 
179
179
  ```ここに言語を入力
180
180
 
181
- sudo gem nokogiri
181
+ sudo gem install nokogiri
182
-
182
+
183
- ```
183
+ ```
184
-
184
+
185
- 上記コマンドを入力すると
185
+ 上記コマンドを入力し、docker logsで確認すると
186
-
186
+
187
- ```ここに言語を入力
187
+ ```ここに言語を入力
188
+
188
-
189
+ Could not find nokogiri-1.10.10 in any of the sources
190
+
189
- ERROR: While executing gem ... (Gem::CommandLineError)
191
+ Run `bundle install` to install missing gems.
192
+
190
-
193
+ Could not find nokogiri-1.10.10 in any of the sources
194
+
191
- Unknown command nokogiri
195
+ Run `bundle install` to install missing gems.
192
196
 
193
197
  ```
194
198
 

1

誤字

2020/07/11 06:54

投稿

shin342
shin342

スコア22

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,6 @@
1
1
  ### 前提・実現したいこと
2
2
 
3
- 既存のRails開発環境をvagrantからDockerに変更したいのですが、docker-compose upがうまくいきません。
3
+ 既存のRailsアプリの開発環境をvagrantからDockerに変更したいのですが、docker-compose upがうまくいきません。
4
4
 
5
5
  ご教授ください。
6
6