Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
While browsing through the images installed on my instance with docker images, I found two images with the <none> tag and repository. These take up ~3GB each. What are they?
docker images
<none>
@Lanhild do they go away if you run docker image prune -a ?
docker image prune -a
@girish Seems like that was it. Thanks!
@girish I recall you making that run automatically..
Should it run more frequently?