getting-started-with-docker | Code from my Getting Started with Docker session | Continuous Deployment library
kandi X-RAY | getting-started-with-docker Summary
kandi X-RAY | getting-started-with-docker Summary
Code from my Getting Started with Docker session.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of getting-started-with-docker
getting-started-with-docker Key Features
getting-started-with-docker Examples and Code Snippets
Community Discussions
Trending Discussions on getting-started-with-docker
QUESTION
A while back I had installed Docker and created some base images. I noticed a lot of folders were being created in folders C:\ProgramData\docker\containers
and C:\ProgramData\docker\windowsfilter
. Besides that I don't know exactly how these folders are different, I wanted to start from scratch, just so I know exactly when and how these folders were created and also to make sure I know how to limit the amount of folders. For that I need a deeper understanding of what happened and how I got here. So I removed all folders from both of the above folders.
Then in PowerShell ran command docker image pull mcr.microsoft.com/windows/servercore:ltsc2019
(as described here).
However, then I get error:
...ANSWER
Answered 2021-Aug-22 at 12:27This error occurs because data for a layer already pulled and extracted (b30ce824...
) was found to be missing when registering a layer based on it. The missing layer data was a windowsfilter
subfolder with the same 64-character name.
When the windowsfilter
folder is cleared, you need to also delete the images shown by docker image ls
. This removes docker's links to the windowsfilter
cached layers and will let you re-pull new images successfully.
N.B. that the docker image *
commands are the intended way to manage this folder.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install getting-started-with-docker
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page