Skip to content

Commit

Permalink
added docker exec instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Jan 4, 2020
1 parent 173cec1 commit c38c80d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ Viewing this URL will return the string "processing" unless the job is done, at
# Timing snippet

The following can be run in the processing container:

You can get into a running container with: `docker exec -it image_processor_processor_1 /bin/bash`

```
import time
Expand Down

0 comments on commit c38c80d

Please sign in to comment.