---
title: "Docker sous Windows 10 : Cela commence mal !"
url: https://www.cyber-neurones.org/2017/12/docker-sous-windows-10-cela-commence-mal/
date: 2017-12-22
modified: 2017-12-22
author: "Frederic"
description: "Pendant l'installation j'ai eu ce message d'erreur : Le processus ne peut pas accéder au fichier 'C:\Program Files\Docker\Docker\Bugsnag.dll', car il est en cours d'utilisation par un autre processus.    à System.IO.__Error.WinIOError(Int32..."
categories:
  - "Docker"
tags:
  - "Docker"
  - "Windows 10"
word_count: 182
---

# Docker sous Windows 10 : Cela commence mal !

Pendant l'installation j'ai eu ce message d'erreur :
Le processus ne peut pas accéder au fichier '**C:\Program Files\Docker\Docker\Bugsnag.dll**', car il est en cours d'utilisation par un autre processus.
   à System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   à System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   à System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
   à LightweightInstaller.UnpackArtifactsStep.<DoAsync>d__23.MoveNext()
--- Fin de la trace de la pile à partir de l'emplacement précédent au niveau duquel l'exception a été levée ---
   à System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   à System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   à LightweightInstaller.InstallWorkflow.<HandleD4WPackage>d__19.MoveNext()
--- Fin de la trace de la pile à partir de l'emplacement précédent au niveau duquel l'exception a été levée ---
   à System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   à System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   à LightweightInstaller.InstallWorkflow.<ProcessAsync>d__18.MoveNext()
Et il refuse de se lancer .... la version mise en place : "Docker for Windows      Docker Inc.          258 Mo **17.09.1-ce-win42**"

Je vais donc attendre la prochaine version : [https://docs.docker.com/docker-for-windows/install/#download-docker-for-windows](https://docs.docker.com/docker-for-windows/install/#download-docker-for-windows) . Heureusement que j'avais choisi "Stable channel" ...

A suivre.

 