aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCameron Steele <[email protected]>2021-11-06 03:38:02 -0700
committerGitHub <[email protected]>2021-11-06 03:38:02 -0700
commit629563eb52cb78caf28c0cf8bf876704c82c0c65 (patch)
tree2f2fc460687842dc6bf56964a7e4c76e949fb23d
parentSubmodule update osx-serial-generator (diff)
downloaddocker-osx-629563eb52cb78caf28c0cf8bf876704c82c0c65.tar.xz
docker-osx-629563eb52cb78caf28c0cf8bf876704c82c0c65.zip
fix Big Sur build example
build takes --build-arg and not -e, as I understand
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 08377ca..3703444 100644
--- a/README.md
+++ b/README.md
@@ -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)