mirror of https://github.com/docker/docs.git
Merge pull request #1300 from jpetazzo/patch-1
Add missing triple quote
This commit is contained in:
commit
209bb1094a
|
@ -99,3 +99,4 @@ reader.add_match('CONTAINER_NAME=web')
|
|||
|
||||
for msg in reader:
|
||||
print '{CONTAINER_ID_FULL}: {MESSAGE}'.format(**msg)
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue