From cfc5f85f53f9384a8734f05220bca98ff4eb0cc9 Mon Sep 17 00:00:00 2001 From: Robbert Date: Thu, 22 Nov 2018 00:31:08 +0100 Subject: [PATCH] Typo fix exiting-container => existing-container --- docker-hub/repos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-hub/repos.md b/docker-hub/repos.md index 63bbf9c9d8..ffc41860de 100644 --- a/docker-hub/repos.md +++ b/docker-hub/repos.md @@ -93,7 +93,7 @@ it (for example `docs/base:testing`). If it's not specified, the tag defaults to You can name your local images either when you build it, using `docker build -t /[:]`, by re-tagging an existing local image `docker tag /[:]`, -or by using `docker commit /[:]` to commit +or by using `docker commit /[:]` to commit changes. Now you can push this repository to the registry designated by its name or tag.