Personal tools
Skip to content. | Skip to navigation
This package contains scripts are for easy conversion from DocBook files to other formats (for example, HTML, RTF, and PostScript), and for comparing SGML files.
This package contains a script for converting DocBook documents to PDF format.
Dockbeat is the new Dockerbeat name. We had to rename the project due to the Docker trademarking policy. Dockbeat is a Beat used for docker daemon monitoring. It is a lightweight agent that installed on your servers, reads periodically docker container statistics and indexes them in Elasticsearch. Exported document types There are five types of documents exported: type: container: container attributes type: cpu: container CPU usage statistics. One document per container is generated. type: net: container network statistics. One document per network container is generated. type: memory: container memory statistics. One document per container is generated. type: blkio: container io access statistics. One document per container is generated. type: log: dockbeat status information. One document per tick is generated if an error occurred.
Docker is an open-source engine that automates the deployment of any application as a lightweight, portable, self-sufficient container that will run virtually anywhere. Docker containers can encapsulate any payload, and will run consistently on and between virtually any server. The same container that a developer builds and tests on a laptop will run at scale, in production*, on VMs, bare-metal servers, OpenStack clusters, public instances, or combinations of the above.