728x90
해결 방법은 두 가지이다.
1) docker setting 변경
docker 설정에 들어간다.
Expose Daemon on tcp://localhost:2375 without TLS 항목을 위와 같이 체크해주면 된다.
필자는 여기서 해결이 완료됐다.
2) 명령어 입력
powershell을 관리자 권한으로 실행한 뒤에 아래의 명령어를 치면 된다.
cd C:\Program Files\Docker\Docker
DockerCli.exe -SwitchDaemon
자세한 설정은 https://github.com/docker/for-win/issues/1825 에서 확인할 수 있다.
728x90
'컴퓨터 에러' 카테고리의 다른 글
Uncaught TypeError: Object(...) is not a function 오류 (0) | 2021.08.06 |
---|---|
org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation (0) | 2021.08.03 |
<%@ page session="false" %> (0) | 2021.06.29 |
메이븐에서 오류가 발생한 경우 (0) | 2021.06.29 |
org.springframework.beans.factory.BeanCreationException: (0) | 2021.06.29 |