To get the most recent information about Docker support in RubyMine, refer to our documentation:
Tutorial: Docker Compose as a remote interpreter
Tutorial: Docker as a remote interpreter
RubyMine 2019.1 has a bunch of capabilities which allow you to work with Docker and Docker Compose. You can inspect existing images and containers, quickly edit Docker files using autocompletion, create new images and start services directly from the IDE, and run or debug your application using Docker SDK. Let’s take a look at how to do all this.
Enable Docker support
Work with images and containers
How to work with Docker/Docker Compose from RubyMine
by