반응형
-
이슈
PS D:\docker> docker run ubuntu Unable to find image 'ubuntu:latest' locally latest: Pulling from library/ubuntu C:\Program Files\Docker\Docker\resources\bin\docker.exe: no matching manifest for windows/amd64 10.0.18363 in the manifest list entries. See 'C:\Program Files\Docker\Docker\resources\bin\docker.exe run --help'. PS D:\docker>
-
원인
- windows 컨테이너 모드에서 linux 컨테이너 모드로 사용중
-
해결
- 도커 트레이 아이콘 클릭
- 메뉴중 "Switch to Linux Container" 클릭
- Switch 버튼 클릭
PS D:\docker> docker run ubuntu Unable to find image 'ubuntu:latest' locally latest: Pulling from library/ubuntu 5bed26d33875: Pull complete f11b29a9c730: Pull complete 930bda195c84: Pull complete 78bf9a5ad49e: Pull complete Digest: sha256:bec5a2727be7fff3d308193cfde3491f8fba1a2ba392b7546b43a051853a341d Status: Downloaded newer image for ubuntu:latest PS D:\docker> docker image list REPOSITORY TAG IMAGE ID CREATED SIZE ubuntu latest 4e5021d210f6 4 weeks ago 64.2MB
반응형
'etc > DOCKER' 카테고리의 다른 글
docker centos7 nginx container 띄우기 (0) | 2020.04.30 |
---|---|
[Error]System has not been booted with systemd as init system (PID 1). Can't operate. (0) | 2020.04.30 |
VirtualBox VT-x is not available. (VERR_VMX_NO_VMX) (0) | 2019.01.23 |
댓글