teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

コンソールログの追記

2020/07/04 10:20

投稿

is02
is02

スコア17

title CHANGED
File without changes
body CHANGED
@@ -7,4 +7,156 @@
7
7
  考えられる原因はなんでしょうか?
8
8
 
9
9
  公式ドキュメント
10
- https://docs.docker.com/compose/rails/
10
+ https://docs.docker.com/compose/rails/
11
+
12
+ ## 追記
13
+ ```console
14
+ Starting aaaa_db_1 ... done
15
+ exist
16
+ create README.md
17
+ create Rakefile
18
+ create config.ru
19
+ create .gitignore
20
+ force Gemfile
21
+ run git init from "."
22
+ Initialized empty Git repository in /railbook/.git/
23
+ create app
24
+ create app/assets/config/manifest.js
25
+ create app/assets/javascripts/application.js
26
+ create app/assets/javascripts/cable.js
27
+ create app/assets/stylesheets/application.css
28
+ create app/channels/application_cable/channel.rb
29
+ create app/channels/application_cable/connection.rb
30
+ create app/controllers/application_controller.rb
31
+ create app/helpers/application_helper.rb
32
+ create app/jobs/application_job.rb
33
+ create app/mailers/application_mailer.rb
34
+ create app/models/application_record.rb
35
+ create app/views/layouts/application.html.erb
36
+ create app/views/layouts/mailer.html.erb
37
+ create app/views/layouts/mailer.text.erb
38
+ create app/assets/images/.keep
39
+ create app/assets/javascripts/channels
40
+ create app/assets/javascripts/channels/.keep
41
+ create app/controllers/concerns/.keep
42
+ create app/models/concerns/.keep
43
+ create bin
44
+ create bin/bundle
45
+ create bin/rails
46
+ create bin/rake
47
+ create bin/setup
48
+ create bin/update
49
+ create bin/yarn
50
+ create config
51
+ create config/routes.rb
52
+ create config/application.rb
53
+ create config/environment.rb
54
+ create config/secrets.yml
55
+ create config/cable.yml
56
+ create config/puma.rb
57
+ create config/spring.rb
58
+ create config/environments
59
+ create config/environments/development.rb
60
+ create config/environments/production.rb
61
+ create config/environments/test.rb
62
+ create config/initializers
63
+ create config/initializers/application_controller_renderer.rb
64
+ create config/initializers/assets.rb
65
+ create config/initializers/backtrace_silencers.rb
66
+ create config/initializers/cookies_serializer.rb
67
+ create config/initializers/cors.rb
68
+ create config/initializers/filter_parameter_logging.rb
69
+ create config/initializers/inflections.rb
70
+ create config/initializers/mime_types.rb
71
+ create config/initializers/new_framework_defaults_5_1.rb
72
+ create config/initializers/wrap_parameters.rb
73
+ create config/locales
74
+ create config/locales/en.yml
75
+ create config/boot.rb
76
+ create config/database.yml
77
+ create db
78
+ create db/seeds.rb
79
+ create lib
80
+ create lib/tasks
81
+ create lib/tasks/.keep
82
+ create lib/assets
83
+ create lib/assets/.keep
84
+ create log
85
+ create log/.keep
86
+ create public
87
+ create public/404.html
88
+ create public/422.html
89
+ create public/500.html
90
+ create public/apple-touch-icon-precomposed.png
91
+ create public/apple-touch-icon.png
92
+ create public/favicon.ico
93
+ create public/robots.txt
94
+ create test/fixtures
95
+ create test/fixtures/.keep
96
+ create test/fixtures/files
97
+ create test/fixtures/files/.keep
98
+ create test/controllers
99
+ create test/controllers/.keep
100
+ create test/mailers
101
+ create test/mailers/.keep
102
+ create test/models
103
+ create test/models/.keep
104
+ create test/helpers
105
+ create test/helpers/.keep
106
+ create test/integration
107
+ create test/integration/.keep
108
+ create test/test_helper.rb
109
+ create test/system
110
+ create test/system/.keep
111
+ create test/application_system_test_case.rb
112
+ create tmp
113
+ create tmp/.keep
114
+ create tmp/cache
115
+ create tmp/cache/assets
116
+ create vendor
117
+ create vendor/.keep
118
+ create package.json
119
+ remove config/initializers/cors.rb
120
+ remove config/initializers/new_framework_defaults_5_1.rb
121
+ run bundle install
122
+ Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle
123
+ as root will break this application for all non-root users on this machine.
124
+ The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32, java. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32 java`.
125
+ Fetching gem metadata from https://rubygems.org/............
126
+ Fetching gem metadata from https://rubygems.org/.
127
+ Resolving dependencies...
128
+ Bundler could not find compatible versions for gem "railties":
129
+ In snapshot (Gemfile.lock):
130
+ railties (= 5.1.5)
131
+
132
+ In Gemfile:
133
+ rails (~> 5.1.5) was resolved to 5.1.5, which depends on
134
+ railties (= 5.1.5)
135
+
136
+ sass-rails (~> 5.0) was resolved to 5.1.0, which depends on
137
+ railties (>= 5.2.0)
138
+
139
+ Running `bundle update` will rebuild your snapshot from scratch, using only
140
+ the gems in your Gemfile, which may resolve the conflict.
141
+
142
+ Bundler could not find compatible versions for gem "sprockets":
143
+ In snapshot (Gemfile.lock):
144
+ sprockets (= 4.0.2)
145
+
146
+ In Gemfile:
147
+ sass-rails (~> 5.0) was resolved to 5.0.7, which depends on
148
+ sprockets (< 4.0, >= 2.8)
149
+
150
+ rails (~> 5.1.5) was resolved to 5.1.5, which depends on
151
+ sprockets-rails (>= 2.0.0) was resolved to 3.2.1, which depends on
152
+ sprockets (>= 3.0.0)
153
+
154
+ Running `bundle update` will rebuild your snapshot from scratch, using only
155
+ the gems in your Gemfile, which may resolve the conflict.
156
+ run bundle exec spring binstub --all
157
+ bundler: command not found: spring
158
+ Install missing gem executables with `bundle install`
159
+ ```
160
+
161
+ フォルダの名前を「myapp」以外にすると、このようなログが出力されます。
162
+ myappの部分をすべて任意の名前のフォルダ名に変更したのですが、なぜこのような現象が起きるのでしょうか。