mirror of https://github.com/docker/docs.git
Add missing triple quote
This commit is contained in:
parent
366fb5b964
commit
9a3164a9d2
|
@ -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