README updated

This commit is contained in:
Juan Ferrer 2020-01-24 11:36:16 +01:00
parent 5cb13e76b0
commit 90cf458f1d
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ Push the image.
$ docker push [registryUrl]/[imageName]:[tag]
```
Logout from docker registry.
Logout from docker registry (Optional, if you don't logout credentials with be
saved at your home directory).
```
$ docker logout [registryUrl]
```