From 8f62147bed65b955ed7f6e4393ec6a9f0a48a1ec Mon Sep 17 00:00:00 2001 From: L-Hudson <44844738+L-Hudson@users.noreply.github.com> Date: Thu, 17 Jan 2019 13:52:54 -0500 Subject: [PATCH] Revert "Fix error (small change, only 1 line)" --- registry/deploying.md | 1 + 1 file changed, 1 insertion(+) diff --git a/registry/deploying.md b/registry/deploying.md index fde6241b67..4e8fe13bf4 100644 --- a/registry/deploying.md +++ b/registry/deploying.md @@ -64,6 +64,7 @@ as `my-ubuntu`, then pushes it to the local registry. Finally, the ```bash $ docker image remove ubuntu:16.04 + $ docker image remove localhost:5000/my-ubuntu ``` 5. Pull the `localhost:5000/my-ubuntu` image from your local registry.