I wrote this four years ago, so instead use this command:
$ docker rmi $(docker images -q -f dangling=true)
| #!/bin/sh | |
| USAGE="[-l] <types> ..." | |
| LONG_USAGE="Generate/Append the repo's .gitignore file using the gitignore.io api | |
| -l | |
| If no other option is present, list available templates. | |
| If options do exist, output is redirected to stdout. | |
| `curl -s http://gitignore.io/api/`" |
Kafka acts as a kind of write-ahead log (WAL) that records messages to a persistent store (disk) and allows subscribers to read and apply these changes to their own stores in a system appropriate time-frame.
Terminology: