If you are running your rails apps in production using docker, you may be tempted to still run locally outside of docker. One of the big reasons to potentially hold back is the use of pry. However, its actually very simple to attach to a running docker process which makes using pry a breeze. First, ensure that you have the following lines in your docker-compose file for the service you want to att