vim-rails icon indicating copy to clipboard operation
vim-rails copied to clipboard

Run commands in docker container

Open sergio-hilgert opened this issue 1 year ago • 1 comments

Hello, Is there a way to use vim-rails with docker? I've a container running my code and I want to send all the commands like :Rails to run inside the container

sergio-hilgert avatar Jul 20 '24 22:07 sergio-hilgert

I've no idea what Tim will think of this approach, but I've been installing Vim inside my container, along with my dotfiles. If you're using devcontainers you can automate the installation of the dotfiles when the container builds.

gma avatar Nov 20 '24 16:11 gma