Skip to content

Commit

Permalink
Add screenshot description for docker attach command in ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobyarborough committed Jan 26, 2024
1 parent 7a1a6ee commit a33ea65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ If you want to stop execution while in the development enviroment by placing a <
4. Attach to the container `docker attach d41c8f609c8e`
- Note this will appear blank as if nothing is happening.
![Docker attach command image](doc_assets/docker_attach_command.png "Screenshot of the docker attach command output. The terminal is blank after running the command.")
*Screenshot output of the docker attach command*

Now when the binding.pry is hit, you can interact with the terminal as you normally would using the terminal window from the `docker attach` command.

Expand Down

0 comments on commit a33ea65

Please sign in to comment.