LANGUAGE/!$%!% ERROR NOTE 2019. 9. 26. 15:28

Docker (도커)

Docker for Windows로 GitLab을 사용중인데 컴퓨터 정비를 위해 이것저것 하다가 재부팅도 하고 했더니

1. Error - 오류

  • Run GItlab with Docker for Windows
      docker run --detach `
          --name gitlab `
          --restart always `
          --hostname localhost `
          --publish 443:443 --publish 80:80 --publish 4422:22 `
          --volume C:\Docker-GitLab:/etc/gitlab `
          --volume gitlab-logs:/var/log/gitlab `
          --volume gitlab-data:/var/opt/gitlab `
          gitlab/gitlab-ce
  • Error
      Error response from daemon: driver failed programming external connectivity on endpoint gitlab (a2908e19369222230a6b785d596b173067326d8c76c635f8c72dca95bbe5611f): Error starting userland proxy: /forwards/expose/port returned unexpected status: 50

    Environment - 환경

  • Docker for Windows: 2.1.0.1(37199) - Linux Container
  • Windows: Windows 10 Pro 1803

2. Problem - 문제

모르겠다.

3. Solved - 해결

Windows 재부팅(Reboot) 하여 해결