I have a Wordpress container which used to work before. Due to the changes on the linked container, the Wordpress container couldn't be started anymore now (the EntryPoint code has error)
Since the Wordpress container contains some configurations which are not stored in the host filesystem, I shouldn't redoing docker run
for now. Instead, I wish to bash
into the stopped container, check all changed files, and back up those files first.
Is there a way to execute bash
on a stopped container? How to do so?