Ubuntu 18.04でdockerとdocker-composerをインストールしようとしたらUnable to locate packageが発生したので、解決方法をメモしておく。
Unable to locate package
sudo apt -y install docker docker-compose
apt update
を実行した後に再度、