Hi,
My intention is to remove old docker images from machine.
Trying to use
docker::image { 'base':
ensure => 'absent'
}
I see its executing block but doesn't actually removes the image mentioned in it, i have verified using notify statements before and after.
Is their anyway i can see some logs or find out what could be the issue ?
Please guide.
Hi,
My intention is to remove old docker images from machine.
Trying to use
docker::image { 'base':
ensure => 'absent'
}
I see its executing block but doesn't actually removes the image mentioned in it, i have verified using notify statements before and after.
Is their anyway i can see some logs or find out what could be the issue ?
Please guide.