Skip to content

Commit

Permalink
Updated docker readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cuihantao committed Jul 29, 2020
1 parent f1909dd commit 06e73e7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker/README.md
Expand Up @@ -5,3 +5,12 @@ Build with
```bash
docker build . -t andes:latest
```

One can create an alias in shell

```bash
alias andesd='docker run -v `pwd`:/andes cuihantao/andes:latest'
```
and then use `andesd` just in place of `andes`.

See more details at https://cui.eecps.com/blog/2020/andes-docker/

0 comments on commit 06e73e7

Please sign in to comment.