Skip to content

Problem after uninstall Docker beta (aka deleting ProgramData\Docker) #191

Closed
@cons0l3

Description

Expected behavior

  1. Uninstall of Docker for Windows removes C:\ProgramData\Docker directory.
  2. Documentation on how to properly delete/remove C:\ProgramData\Docker after uninstall.

Actual behavior

!AFTER uninstall of Docker for Windows beta

The folder C:\ProgramData\Docker is still existing. But almost 200 GB in Size. I need to clean up and remove. Everything is reproducable, as it is my development environment.

~> rd /S /Q C:\ProgramData\Docker 
[...]
Docker\windowsfilter\{LONG_HEX_NUMBER}\Files\Documents and Settings\All Users\AppData\AppData\AppData\.... Der Vorgang wurde erfolgreich beendet.
[...]

"Der Vorgang wurde erfolgreich beendet." translates into "The process has finished successfully." (weird, the files are still there...)

It seems that there is a link recursion in AppData? and very freigtening it seems to link back to C:\Users\All Users\AppData!!!

There is also access denies (as admin or booted under safe mode!):

~> icacls C:\ProgramData\Docker /reset /T /C
Docker\windowsfilter\{LONG_HEX_NUMBER}[...] access denied
[...]

Information

λ docker version
Client:
Version: 1.12.3
API version: 1.24
Go version: go1.6.3
Git commit: 6b644ec
Built: Thu Oct 27 00:09:21 2016
OS/Arch: windows/amd64
Experimental: true

Server:
Version: 1.12.2-cs2-ws-beta
API version: 1.25
Go version: go1.7.1
Git commit: 050b611
Built: Tue Oct 11 02:35:40 2016
OS/Arch: windows/amd64

λ docker info
Containers: 0
Running: 0
Paused: 0
Stopped: 0
Images: 1
Server Version: 1.12.2-cs2-ws-beta
Storage Driver: windowsfilter
Windows:
Logging Driver: json-file
Plugins:
Volume: local
Network: nat null overlay
Swarm: inactive
Security Options:
Kernel Version: 10.0 14393 (14393.351.amd64fre.rs1_release_inmarket.161014-1755)
Operating System: Windows 10 Pro
OSType: windows
Architecture: x86_64
CPUs: 8
Total Memory: 11.99 GiB
Name: BLAUBEERE10
ID: ZUJM:NRJZ:TPN2:OCLO:4BSZ:CB2V:HWDZ:LIRK:V7AD:XPZL:IUM6:56CU
Docker Root Dir: C:\ProgramData\Docker
Debug Mode (client): false
Debug Mode (server): false
Registry: https://index.docker.io/v1/
Insecure Registries:
127.0.0.0/8

Additional environment details (AWS, VirtualBox, physical, etc.):
physical machine

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions