Git Product home page Git Product logo

kros-2-adae's People

Contributors

atsushi890 avatar davemuir avatar genixpro avatar jlee118 avatar rubsav avatar tonyideng avatar winstonll avatar

Watchers

 avatar

kros-2-adae's Issues

Can't run Dockerfile

the container builds fine and when I run it, it will start up correctly. However, if I actually hit the IP address for the container, this is what I get:

bradley@devlaptop:~/kros-2-adae$ sudo docker run -P docker.io/kwola/kros-2
Array values in the parameter to Gem.paths= are deprecated.
Please use a String or nil.
An Array ({"GEM_PATH"=>["/usr/local/bundle"]}) was passed in from bin/rails:4:in load' => Booting Thin => Rails 4.2.3 application starting in development on http://0.0.0.0:3000 => Run rails server -h` for more startup options
=> Ctrl-C to shutdown server
Thin web server (v1.7.0 codename Dunder Mifflin)
Maximum connections set to 1024
Listening on 0.0.0.0:3000, CTRL+C to stop

Started GET "/" for 172.17.0.1 at 2020-04-30 17:27:45 +0000
Cannot render console from 172.17.0.1! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::PendingMigrationError (

Migrations are pending. To resolve this issue, run:

bin/rake db:migrate RAILS_ENV=development

):
activerecord (4.2.3) lib/active_record/migration.rb:392:in check_pending!' activerecord (4.2.3) lib/active_record/migration.rb:373:in call'
actionpack (4.2.3) lib/action_dispatch/middleware/callbacks.rb:29:in block in call' activesupport (4.2.3) lib/active_support/callbacks.rb:84:in run_callbacks'
actionpack (4.2.3) lib/action_dispatch/middleware/callbacks.rb:27:in call' actionpack (4.2.3) lib/action_dispatch/middleware/reloader.rb:73:in call'
actionpack (4.2.3) lib/action_dispatch/middleware/remote_ip.rb:78:in call' better_errors (2.1.1) lib/better_errors/middleware.rb:59:in call'
actionpack (4.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in call' web-console (2.3.0) lib/web_console/middleware.rb:20:in block in call'
web-console (2.3.0) lib/web_console/middleware.rb:18:in catch' web-console (2.3.0) lib/web_console/middleware.rb:18:in call'
actionpack (4.2.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in call' railties (4.2.3) lib/rails/rack/logger.rb:38:in call_app'
railties (4.2.3) lib/rails/rack/logger.rb:20:in block in call' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in block in tagged'
activesupport (4.2.3) lib/active_support/tagged_logging.rb:26:in tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in tagged'
railties (4.2.3) lib/rails/rack/logger.rb:20:in call' quiet_assets (1.1.0) lib/quiet_assets.rb:27:in call_with_quiet_assets'
request_store (1.3.1) lib/request_store/middleware.rb:9:in call' actionpack (4.2.3) lib/action_dispatch/middleware/request_id.rb:21:in call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in call' rack (1.6.4) lib/rack/runtime.rb:18:in call'
activesupport (4.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in call' rack (1.6.4) lib/rack/lock.rb:17:in call'
actionpack (4.2.3) lib/action_dispatch/middleware/static.rb:116:in call' railties (4.2.3) lib/rails/engine.rb:518:in call'
railties (4.2.3) lib/rails/application.rb:165:in call' rack (1.6.4) lib/rack/content_length.rb:15:in call'
thin (1.7.0) lib/thin/connection.rb:86:in block in pre_process' thin (1.7.0) lib/thin/connection.rb:84:in catch'
thin (1.7.0) lib/thin/connection.rb:84:in pre_process' thin (1.7.0) lib/thin/connection.rb:53:in process'
thin (1.7.0) lib/thin/connection.rb:39:in receive_data' eventmachine (1.2.0.1) lib/eventmachine.rb:194:in run_machine'
eventmachine (1.2.0.1) lib/eventmachine.rb:194:in run' thin (1.7.0) lib/thin/backends/base.rb:73:in start'
thin (1.7.0) lib/thin/server.rb:162:in start' rack (1.6.4) lib/rack/handler/thin.rb:19:in run'
rack (1.6.4) lib/rack/server.rb:286:in start' railties (4.2.3) lib/rails/commands/server.rb:80:in start'
railties (4.2.3) lib/rails/commands/commands_tasks.rb:80:in block in server' railties (4.2.3) lib/rails/commands/commands_tasks.rb:75:in tap'
railties (4.2.3) lib/rails/commands/commands_tasks.rb:75:in server' railties (4.2.3) lib/rails/commands/commands_tasks.rb:39:in run_command!'
railties (4.2.3) lib/rails/commands.rb:17:in <top (required)>' bin/rails:10:in require'
bin/rails:10:in <top (required)>' spring (1.7.2) lib/spring/client/rails.rb:28:in load'
spring (1.7.2) lib/spring/client/rails.rb:28:in call' spring (1.7.2) lib/spring/client/command.rb:7:in call'
spring (1.7.2) lib/spring/client.rb:30:in run' spring (1.7.2) bin/spring:49:in <top (required)>'
spring (1.7.2) lib/spring/binstub.rb:11:in load' spring (1.7.2) lib/spring/binstub.rb:11:in <top (required)>'
bin/spring:13:in require' bin/spring:13:in <top (required)>'
bin/rails:4:in load' bin/rails:4:in

'

Rendered /usr/local/bundle/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.8ms)
Rendered /usr/local/bundle/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
Rendered /usr/local/bundle/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.6ms)
Rendered /usr/local/bundle/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (14.5ms)

Started GET "/favicon.ico" for 172.17.0.1 at 2020-04-30 17:27:45 +0000
Cannot render console from 172.17.0.1! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

ActiveRecord::PendingMigrationError (

Migrations are pending. To resolve this issue, run:

bin/rake db:migrate RAILS_ENV=development

):
activerecord (4.2.3) lib/active_record/migration.rb:392:in check_pending!' activerecord (4.2.3) lib/active_record/migration.rb:373:in call'
actionpack (4.2.3) lib/action_dispatch/middleware/callbacks.rb:29:in block in call' activesupport (4.2.3) lib/active_support/callbacks.rb:84:in run_callbacks'
actionpack (4.2.3) lib/action_dispatch/middleware/callbacks.rb:27:in call' actionpack (4.2.3) lib/action_dispatch/middleware/reloader.rb:73:in call'
actionpack (4.2.3) lib/action_dispatch/middleware/remote_ip.rb:78:in call' better_errors (2.1.1) lib/better_errors/middleware.rb:59:in call'
actionpack (4.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in call' web-console (2.3.0) lib/web_console/middleware.rb:20:in block in call'
web-console (2.3.0) lib/web_console/middleware.rb:18:in catch' web-console (2.3.0) lib/web_console/middleware.rb:18:in call'
actionpack (4.2.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in call' railties (4.2.3) lib/rails/rack/logger.rb:38:in call_app'
railties (4.2.3) lib/rails/rack/logger.rb:20:in block in call' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in block in tagged'
activesupport (4.2.3) lib/active_support/tagged_logging.rb:26:in tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in tagged'
railties (4.2.3) lib/rails/rack/logger.rb:20:in call' quiet_assets (1.1.0) lib/quiet_assets.rb:27:in call_with_quiet_assets'
request_store (1.3.1) lib/request_store/middleware.rb:9:in call' actionpack (4.2.3) lib/action_dispatch/middleware/request_id.rb:21:in call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in call' rack (1.6.4) lib/rack/runtime.rb:18:in call'
activesupport (4.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in call' rack (1.6.4) lib/rack/lock.rb:17:in call'
actionpack (4.2.3) lib/action_dispatch/middleware/static.rb:116:in call' railties (4.2.3) lib/rails/engine.rb:518:in call'
railties (4.2.3) lib/rails/application.rb:165:in call' rack (1.6.4) lib/rack/content_length.rb:15:in call'
thin (1.7.0) lib/thin/connection.rb:86:in block in pre_process' thin (1.7.0) lib/thin/connection.rb:84:in catch'
thin (1.7.0) lib/thin/connection.rb:84:in pre_process' thin (1.7.0) lib/thin/connection.rb:53:in process'
thin (1.7.0) lib/thin/connection.rb:39:in receive_data' eventmachine (1.2.0.1) lib/eventmachine.rb:194:in run_machine'
eventmachine (1.2.0.1) lib/eventmachine.rb:194:in run' thin (1.7.0) lib/thin/backends/base.rb:73:in start'
thin (1.7.0) lib/thin/server.rb:162:in start' rack (1.6.4) lib/rack/handler/thin.rb:19:in run'
rack (1.6.4) lib/rack/server.rb:286:in start' railties (4.2.3) lib/rails/commands/server.rb:80:in start'
railties (4.2.3) lib/rails/commands/commands_tasks.rb:80:in block in server' railties (4.2.3) lib/rails/commands/commands_tasks.rb:75:in tap'
railties (4.2.3) lib/rails/commands/commands_tasks.rb:75:in server' railties (4.2.3) lib/rails/commands/commands_tasks.rb:39:in run_command!'
railties (4.2.3) lib/rails/commands.rb:17:in <top (required)>' bin/rails:10:in require'
bin/rails:10:in <top (required)>' spring (1.7.2) lib/spring/client/rails.rb:28:in load'
spring (1.7.2) lib/spring/client/rails.rb:28:in call' spring (1.7.2) lib/spring/client/command.rb:7:in call'
spring (1.7.2) lib/spring/client.rb:30:in run' spring (1.7.2) bin/spring:49:in <top (required)>'
spring (1.7.2) lib/spring/binstub.rb:11:in load' spring (1.7.2) lib/spring/binstub.rb:11:in <top (required)>'
bin/spring:13:in require' bin/spring:13:in <top (required)>'
bin/rails:4:in load' bin/rails:4:in

'

Rendered /usr/local/bundle/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.0ms)
Rendered /usr/local/bundle/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
Rendered /usr/local/bundle/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.7ms)
Rendered /usr/local/bundle/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (14.0ms)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.