우분투에 도커를 설치했다가 지우려고 할 때 에러가 뜨면서 지워지지 않았다.
다음과 같은 에러 메세지가 뜨면서
Removing docker.io (17.03.2-0ubuntu2~16.04.1) ...
'/usr/share/docker.io/contrib/nuke-graph-directory.sh' -> '/var/lib/docker/nuke-graph-directory.sh'
invoke-rc.d: could not determine current runlevel
* Stopping Docker: docker No process in pidfile '/var/run/docker-ssd.pid' found running; none killed.
invoke-rc.d: initscript docker, action "stop" failed.
dpkg: error processing package docker.io (--remove):
subprocess installed pre-removal script returned error exit status 1
dpkg: error while cleaning up:
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
docker.io
E: Sub-process /usr/bin/dpkg returned an error code (1)
다음의 명령어를 통해 지우는데 성공했다.
sudo rm /etc/init.d/docker sudo rm /etc/rc*/*docker sudo apt-get remove docker*
'dev' 카테고리의 다른 글
윈도우 PowerShell 명령어 기록 확인 (0) | 2018.09.30 |
---|---|
[Python] 파이썬 타이머 기능 활용 (0) | 2018.09.22 |
이클립스 대문자/소문자 변경 단축키 (0) | 2018.09.19 |
DBeaver sql 괄호, 따옴표 자동완성 끄기 (0) | 2018.09.11 |
[JavaScript] 정규식 이메일 주소 체크 (0) | 2018.08.20 |
[Java] 자바에서 cmd 명령을 실행하고 결과 출력하기 (0) | 2018.08.14 |
[Linux] MongoDB 데몬 실행하기 (0) | 2018.07.27 |
[Linux] 우분투 터미널 명령어 히스토리 확인 (0) | 2018.07.26 |