ここで説明されている新しい apt リポジトリを使用した公式のインストール メカニズムとcurl -fsSL https://get.docker.com/ | sh
ルートの両方を試したにもかかわらず、E: Unable to locate package docker-engine
試してみると APT から取得されapt-get install docker-engine
ます。
私のバージョンは次のとおりです。
$ uname -a
Linux blah 4.5.5-x86_64-linode69 #3 SMP Fri May 20 15:25:13 EDT 2016 x86_64 GNU/Linux
$ lsb_release -c
Codename: jessie
$ cat /etc/debian_version
8.5
$ cat /etc/apt/sources.list
deb http://ftp.uk.debian.org/debian/ stable main contrib non-free
deb-src http://ftp.uk.debian.org/debian/ stable main
deb http://security.debian.org/ stable/updates main
deb-src http://security.debian.org/ stable/updates main
deb http://http.debian.net/debian wheezy-backports main
私の唯一のファイル/etc/apt/sources.list.d
はdocker.list
以下を含むものです:
deb https://apt.dockerproject.org/repo debian-jessie main
apt-cache policy docker-engine
それも見つかりません:
apt-cache policy docker-engine
N: Unable to locate package docker-engine
どうすればこれを解決できますか?