I’m currently reading this article, where I will need to execute:
rake uploads:migrate_to_s3
rake posts:rebake
Before that, I will need to enter inside the container.
# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
7a5093d6af50 local_discourse/app "/sbin/boot" 5 hours ago Up 5 hours 0.0.0.0:80->80/tcp, :::80->80/tcp, 0.0.0.0:443->443/tcp, :::443->443/tcp app
Could you please show me how to access the container?
Surely, I can google regarding docker stuff, just wanted to make sure here, in Discourse community.