-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: cannot run multiple consoles via docked rails c #18
Comments
You are having that problem because the |
ah that makes sense! perhaps the README suggestion for the |
Why do you need to run multiple consoles? |
I have multiple consoles running b/c I'm debugging different things in the application. It helps to have the related history of commands within a single console. |
Another option would be to get into running container. I start with |
when i was running "docked rails new weblog" it throw a error it like this "/usr/local/lib/ruby/3.3.0/fileutils.rb:402:in `mkdir': Permission denied @ dir_s_mkdir - /rails/weblog (Errno::EACCES)", please help me solove this problem |
Given I already have a live console via
docked rails c
, I cannot start an additional rails console withdocked rails c
.The error I receive is:
docker: Error response from daemon: driver failed programming external connectivity on endpoint vigorous_hertz (be93a27e17aba8081f1a9cb781f7a6f38b7fa1e6f8535fa3f474a1d9eed39b99): Bind for 0.0.0.0:3000 failed: port is already allocated.
The text was updated successfully, but these errors were encountered: