Merge pull request #1606 from andyxning/fix_markdown_format
fix markdown format
This commit is contained in:
commit
178aba245d
@ -93,9 +93,9 @@ Once you are satisfied with the release quality (consider waiting a week for bug
|
|||||||
|
|
||||||
1. Edit the github release a final time, and uncheck the "Pre-release" checkbox
|
1. Edit the github release a final time, and uncheck the "Pre-release" checkbox
|
||||||
2. Tag the docker & gcr.io releases with the latest version
|
2. Tag the docker & gcr.io releases with the latest version
|
||||||
```
|
```
|
||||||
$ docker pull google/cadvisor:$VERSION
|
$ docker pull google/cadvisor:$VERSION
|
||||||
$ docker tag -f google/cadvisor:$VERSION google/cadvisor:latest
|
$ docker tag -f google/cadvisor:$VERSION google/cadvisor:latest
|
||||||
$ docker tag -f google/cadvisor:$VERSION gcr.io/google_containers/cadvisor:latest
|
$ docker tag -f google/cadvisor:$VERSION gcr.io/google_containers/cadvisor:latest
|
||||||
```
|
```
|
||||||
3. Repeat steps 4.a and 4.b to push the image tagged with latest
|
3. Repeat steps 4.a and 4.b to push the image tagged with latest
|
||||||
|
Loading…
Reference in New Issue
Block a user