Doc fixes
This commit is contained in:
parent
48fed98183
commit
90f44ce145
|
@ -16,7 +16,7 @@ $ docker build -t [fullImageName] [folder]
|
|||
|
||||
Tag the image with version.
|
||||
```
|
||||
$ docker build -t [fullImageName] [fullImageName]:[tag]
|
||||
$ docker tag [fullImageName] [fullImageName]:[tag]
|
||||
```
|
||||
|
||||
Login into docker registry (If it's the first time or you are not saving credentials).
|
||||
|
|
Loading…
Reference in New Issue