You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.
I'm trying to delete an image using the following code, but what it actually seems to do is to only delete the layer tagged with the given image name. After the operation is completed, there is a new <none> entry when docker images is run.
@chamilad: I don't see an issue here. Can you please paste the output of docker images before and after the command as long as the output of the command?
However, shouldn't this be noPrune() or andPrune(true) for readability? When reading the code at a glance, it looks like I don't want to prune the parent layers, because prune(false).
I'm trying to delete an image using the following code, but what it actually seems to do is to only delete the layer tagged with the given image name. After the operation is completed, there is a new
<none>
entry whendocker images
is run.The text was updated successfully, but these errors were encountered: