docker_images ============= Docker images information. Platform support ---------------- Please be aware that some queries can only be run against certain platforms. Below is a list of the supported platforms that this query supports. Zercurity will automatically pause queries from running if errors are detected. **Running a query against an unsupported platform will result in the following error:** ``no such table: docker_images`` - Linux - Mac OSX Table schema ------------ ========== ====== ======================================= Name Type Description ========== ====== ======================================= id TEXT Image ID created BIGINT Time of creation as UNIX time size_bytes BIGINT Size of image in bytes tags TEXT Comma-separated list of repository tags ========== ====== ======================================= Query examples -------------- .. code-block:: sql select * from docker_images .. code-block:: sql select * from docker_images where id = '6a2f32de169d' .. code-block:: sql select * from docker_images where id = '6a2f32de169d14e6f8a84538eaa28f2629872d7d4f580a303b296c60db36fbd7'