9 lines
129 B
MySQL
9 lines
129 B
MySQL
|
-- Return the Docker image history on a machine
|
||
|
--
|
||
|
-- tags: postmortem
|
||
|
-- platform: linux
|
||
|
SELECT
|
||
|
*
|
||
|
FROM
|
||
|
docker_image_history
|