diff options
| author | Cameron Steele <[email protected]> | 2021-11-06 03:38:02 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-06 03:38:02 -0700 |
| commit | 629563eb52cb78caf28c0cf8bf876704c82c0c65 (patch) | |
| tree | 2f2fc460687842dc6bf56964a7e4c76e949fb23d | |
| parent | Submodule update osx-serial-generator (diff) | |
| download | docker-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |