Ubuntu 18.04でDockerのインストールする際に https://docs.docker.com/install/linux/docker-ce/ubuntu/ の「Install using the repository」に従ってインストールしたらエラーになります(2018/5/2 確認) add-apt-repositoryコマンド実行時にstabeだけでなくtestやedgeとか追加しておけば、エラーを回避してインストールすることができました。 具体的には下記のコマンドでエラーなくインストールできました。 sudo apt-get update sudo apt-get install apt-transport-https ca-certificates curl software-properties-common curl -fsSL https://downloa