From c40952926082dc7b7098b8c80f8af3d90b07fb2b Mon Sep 17 00:00:00 2001 From: Cheng Zheng Date: Thu, 17 Jan 2019 20:42:17 +0800 Subject: [PATCH] Fix error --- registry/deploying.md | 1 - 1 file changed, 1 deletion(-) diff --git a/registry/deploying.md b/registry/deploying.md index 4e8fe13bf4..fde6241b67 100644 --- a/registry/deploying.md +++ b/registry/deploying.md @@ -64,7 +64,6 @@ 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.