turbot/docker_compliance

Query: docker_info_live_restore_enabled

Usage

powerpipe query docker_compliance.query.docker_info_live_restore_enabled

Steampipe Tables

SQL

select
id as resource,
case
when live_restore_enabled then 'ok'
else 'alarm'
end as status,
case
when live_restore_enabled then name || ' live restore enabled.'
else name || ' live restore disabled.'
end as reason
, _ctx ->> 'connection_name' as connection_name
from
docker_info;

Controls

The query is being used by the following controls: