Skip to content

Commit

Permalink
Update docker ps screenshot image description
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobyarborough committed Jan 26, 2024
1 parent 36caabf commit 8ddc7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ If you want to stop execution while in the development enviroment by placing a <

1. Start the web app in development `docker-compose up web`
2. In a different terminal window list the running containers `docker ps`
![MCAChicago sample image T.Y.F.F.S.H](doc_assets/docker_ps_command.png "Screenshot of the docker ps command output. List of running containers. First column: 'Container ID', second column: 'Image', third column: 'Created', fourth column: 'Status', fith column: 'Ports', sixth column: 'Names'.")
![Docker PS Command image](doc_assets/docker_ps_command.png "Screenshot of the docker ps command output. List of running containers. First column: 'Container ID', second column: 'Image', third column: 'Created', fourth column: 'Status', fith column: 'Ports', sixth column: 'Names'.")
*Screenshot output of the docker ps command*
3. Copy the container id for the coyote-web image. Ex: "d41c8f609c8e"
4. Attach to the container `docker attach d41c8f609c8e`
Expand Down

0 comments on commit 8ddc7b1

Please sign in to comment.