diff --git a/docs/upgrades.md b/docs/upgrades.md
index 26a4a180b85816e52363807a84fd163cad065319..620e07a6b33fff052acbc7ee250d37a9f03d2a36 100644
--- a/docs/upgrades.md
+++ b/docs/upgrades.md
@@ -92,6 +92,12 @@ These commands are useful only for upgrading fully-deployed, healthy, existing
 hosts. This will definitely not work for undeployed or partially deployed
 hosts.
 
+Upgrade docker:
+
+```
+ansible-playbook -b -i inventory/sample/hosts.ini cluster.yml --tags=docker
+```
+
 Upgrade etcd:
 
 ```