Skip to content

Commit

Permalink
Add two options for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed Nov 6, 2022
1 parent f8640e5 commit 119f497
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ sudo norma2 --install-completion
- docker

```bash
docker run -it --rm -v "$PWD":/code:ro norma2
# pull from dockerhub
docker run -it --rm -v "$PWD":/code:ro saverio976/norma2
# build and run it (need to download https://github.com/X-R-G-B/norma2/blob/main/Dockerfile)
docker build . -t norma2
sudo docker run -it --rm -v "$PWD":/code:ro norma2
```

# Usage
Expand Down

0 comments on commit 119f497

Please sign in to comment.