mirror of
https://github.com/inspec/inspec
synced 2024-12-14 23:32:37 +00:00
e8ae9012ea
Signed-off-by: Miah Johnson <miah@chia-pet.org>
6 lines
148 B
Ruby
6 lines
148 B
Ruby
if ENV['DOCKER'] && os.linux?
|
|
describe virtualization do
|
|
its('system') { should eq 'docker' }
|
|
its('role') { should eq 'guest' }
|
|
end
|
|
end
|