Skip to content

Commit bdf248c

Browse files
authored
Update README.md
1 parent 52be958 commit bdf248c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
[![Build Status Appveyor](https://img.shields.io/appveyor/ci/pascalgn/azi.svg?style=flat-square&label=appveyor)](https://ci.appveyor.com/project/pascalgn/azi)
44
[![Build Status CircleCI](https://img.shields.io/circleci/project/azrtools/azi.svg?style=flat-square&label=circleci)](https://circleci.com/gh/azrtools/azi)
5-
[![Build Status Docker](https://img.shields.io/docker/cloud/automated/azrtools/azi.svg?style=flat-square)](https://hub.docker.com/r/azrtools/azi/)
65
[![License](https://img.shields.io/github/license/azrtools/azi.svg?style=flat-square)](LICENSE)
76

87
Show Azure information.
@@ -49,8 +48,8 @@ If you want to keep the authentication tokens between runs, use
4948

5049
```sh
5150
docker volume create azi
52-
docker run --rm --mount source=azi-tmp,target=/home/azi azrtools/azi list
53-
docker run --rm --mount source=azi-tmp,target=/home/azi azrtools/azi dns
51+
docker run --rm -v azi:/home/azi azrtools/azi list
52+
docker run --rm -v azi:/home/azi azrtools/azi dns
5453
docker volume rm azi
5554
```
5655

0 commit comments

Comments
 (0)