From ac970e4ce3399f60a8106eb457da315a43961408 Mon Sep 17 00:00:00 2001 From: tamakiii Date: Tue, 27 Nov 2018 10:47:11 +0900 Subject: [PATCH] add docker-uninstall rule --- make/ubuntu/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/make/ubuntu/Makefile b/make/ubuntu/Makefile index c628e146..2acf6b7d 100644 --- a/make/ubuntu/Makefile +++ b/make/ubuntu/Makefile @@ -30,3 +30,6 @@ docker: sudo apt-get update sudo apt-get install -y docker-ce +uninstall-docker: + # https://docs.docker.com/install/linux/docker-ce/ubuntu/#uninstall-old-versions + sudo apt-get remove docker docker-engine docker.io