Skip to content

Commit

Permalink
fix Big Sur build example
Browse files Browse the repository at this point in the history
build takes --build-arg and not -e, as I understand
  • Loading branch information
cammytown authored Nov 6, 2021
1 parent d36ac07 commit 629563e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ docker run -it \
-e "DISPLAY=${DISPLAY:-:0.0}" \
sickcodes/docker-osx:big-sur

# docker build -t docker-osx -e VERSION='Big Sur' .
# docker build -t docker-osx --build-arg VERSION='Big Sur' .
```

### Monterey [![https://img.shields.io/docker/image-size/sickcodes/docker-osx/monterey?label=sickcodes%2Fdocker-osx%3Amonterey](https://img.shields.io/docker/image-size/sickcodes/docker-osx/monterey?label=sickcodes%2Fdocker-osx%3Amonterey)](https://hub.docker.com/r/sickcodes/docker-osx/tags?page=1&ordering=last_updated)
Expand Down

0 comments on commit 629563e

Please sign in to comment.