Hello, Does anyone have experience with Docker on Windows 10? I currently testing to run Docker-job on Windows 10. I installed Docker and use it with Linux container. CondorVersion: 8.9.4 DockerVersion: 2.1.0.4 I add the condor-slot users to the docker-users group. After the machine starts the job the job changed back do submitted. The "hasDocker" atttribute of the machine changed from true to false. In the StarterLog.slot1 I found following entries: 01/09/20 15:46:57 (pid:15212) About to exec docker:java 01/09/20 15:46:57 (pid:15212) Found 1 entries in docker image cache. 01/09/20 15:46:57 (pid:15212) Failed to get userid to run docker job 01/09/20 15:46:57 (pid:15212) DockerAPI::createContainer( python:slim3.7-openjdk13, java, ... ) failed with return value -9 01/09/20 15:46:57 (pid:15212) Failed to start job, exiting I already test the job by running with docker without HTCondor on that machine. I also test the docker-job via HTCondor with a Linux machine instead the Windows 10. Local and with Linux the job runs. Does anyone have any idea what I'm doing wrong? Regards, Werner |