Skip to content

Commit

Permalink
add docker-uninstall rule
Browse files Browse the repository at this point in the history
  • Loading branch information
tamakiii committed Nov 27, 2018
1 parent 03e8c7e commit ac970e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions make/ubuntu/Makefile
Expand Up @@ -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

0 comments on commit ac970e4

Please sign in to comment.