mirror of https://github.com/docker/docs.git
Fix incorrect regular expression in awslogs example (#3757)
Signed-off-by: Justin Menga <justin.menga@gmail.com>
This commit is contained in:
parent
8a791172a5
commit
b3b76b2293
|
@ -199,7 +199,7 @@ INFO Another multiline message was logged
|
|||
INFO Another message was logged
|
||||
```
|
||||
|
||||
You can use the strftime expression of `[%b %d, %Y %H:%M:%S]`:
|
||||
You can use the regular expression of `^INFO`:
|
||||
|
||||
```bash
|
||||
$ docker run --log-driver=awslogs \
|
||||
|
|
Loading…
Reference in New Issue