리눅스에서 Docker을 시작하고자 하는데 아래 메세지가 난다면,
# Error message
Using default tag: latest Cannot connect to the
Docker daemon at unix:///var/run/docker.sock.
Is the docker daemon running?
1. Docker 상태 확인
systemctl status docker
2. Docker 시작
systemctl start docker
3. Docker 활성화
systemctl enable docker
> 이후 status가 바뀜 확인
'Engineering > 도커(Docker)' 카테고리의 다른 글
[Docker] 리눅스 도커 엔진 설치 - CentOS 7 (0) | 2022.12.21 |
---|---|
[Docker][Error] plugin "nvidia-docker" not found. (0) | 2022.12.20 |
[Docker][jupyternotebook] 도커로 tensorflow 주피터노트북 연결하기 (0) | 2022.12.15 |
[Docker] the input device is not a TTY. If you are using mintty, try prefixing the command with 'winpty' (0) | 2022.12.15 |
[Docker] Docker Container에서 git 사용하기 - Bash git command not found docker (0) | 2022.12.15 |
댓글