mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2025-02-09 12:24:45 +01:00
fix Big Sur build example
build takes --build-arg and not -e, as I understand
This commit is contained in:
parent
d36ac07b34
commit
629563eb52
@ -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://hub.docker.com/r/sickcodes/docker-osx/tags?page=1&ordering=last_updated)
|
||||
|
Loading…
x
Reference in New Issue
Block a user