내용
라즈베리파이에 도커를 설치하였습니다.
$ curl -fsSL https://get.docker.com -o get-docker.sh $ sh get-docker.sh
컨테이너 실행 시 오류 발생합니다.
$ sudo docker run hello-world ... 생략 ... docker: Error response from daemon: failed to create endpoint portainer on network bridge: failed to add the host (veth308daf3) <=> sandbox (veth2948cc4) pair interfaces: operation not supported
조치
- 장치 재부팅 후 시도
- 삭제 후, 재설치
'기타' 카테고리의 다른 글
[WSL] 가상 컴퓨터 플랫폼 Windows 기능을 사용하도록 설정하고 BIOS에서 가상화가 사용하도록 설정되어 있는지 확인 하세요 (1) | 2021.09.20 |
---|---|
[자작 NAS] 8. 클라우드 코딩 환경 - VSCode (0) | 2020.09.24 |
[자작 NAS] 7. 미디어 서버 - Plex (0) | 2020.09.22 |
[자작 NAS] 5. 웹 서버 설치 및 설정 - Nginx (2/2) (0) | 2020.09.15 |
[자작 NAS] 4. Docker 및 Portainer 설치하기 (0) | 2020.09.12 |