1. 사용자를 docker group 에 포함 시켜 준다.
ls -al /var/run/docker.sock
sudo usermod -a -G docker $USER
재부팅후 id 로 docker group 추가 확인.
docker 동작 확인
id
docker image pull hello-world:latest
'WSL' 카테고리의 다른 글
VM Virtual box 결과 코드: E_FAIL (0x80004005), hyper_v 설정 (0) | 2022.04.27 |
---|---|
is not in the sudoers file. This incident will be reported. 오류 발생시 (0) | 2022.04.18 |
wsl 사용자 계정으로 시작하기 (0) | 2022.04.18 |
WSL 설치시 경로 지정 (0) | 2022.04.18 |
WSL 명령어 (0) | 2022.04.18 |