exiting-container => existing-container
This commit is contained in:
Robbert 2018-11-22 00:31:08 +01:00 committed by GitHub
parent 3263452bec
commit cfc5f85f53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 <hub-user>/<repo-name>[:<tag>]`,
by re-tagging an existing local image `docker tag <existing-image> <hub-user>/<repo-name>[:<tag>]`,
or by using `docker commit <exiting-container> <hub-user>/<repo-name>[:<tag>]` to commit
or by using `docker commit <existing-container> <hub-user>/<repo-name>[:<tag>]` to commit
changes.
Now you can push this repository to the registry designated by its name or tag.