Accessing Rails Console on Self-hosted Caprover Issue

TLDR trgolfer reported problems accessing the rails console on their updated Caprover setup. v_shnu asked for the output of the `docker ps` command for further investigation.

Photo of trgolfer
trgolfer
Fri, 27 May 2022 16:58:50 UTC

Hi I just updated my self hosted on caprover. I was having trouble completing the "accessing rails console" step. docker exec -it $(docker ps --filter name=srv-captain--chatwoot-web -q) /bin/sh was returning: "docker exec" requires at least 2 arguments...

Photo of v_shnu
v_shnu
Wed, 01 Jun 2022 12:20:21 UTC

could you share the output of `docker ps` ?