LoginSignup
2
1

More than 5 years have passed since last update.

debianでdocker-engineのインストールに失敗して、アンインストールもできなかった場合の対処

Posted at

debianにdocker-engineをインストールしたのだが、どうもプロセスが立ち上がらない。
アンインストールしようとしても、プロセスが立ち上がっていないせいで、アンインストールもできなかった。

% sudo apt-get remove docker-engine
Stopping Docker: dockerNo process in pidfile '/var/run/docker-ssd.pid' found running; none killed.

dpkgのファイルを移動して、アンインストールできた。
docker-engineに限らず一般的な方法かしら。

% mv /var/lib/dpkg/info/docker-engine* /tmp/
% dpkg --remove --force-remove-reinstreq docker-engine
% apt-get remove docker-engine
2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1