aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2021-02-07 17:27:02 +0000
committersickcodes <[email protected]>2021-02-07 17:27:02 +0000
commit9228312eba29e7916d098add64205cff2f64a474 (patch)
tree20b6e5c802b8fbce5e325a82ecf91219b8a5cb04 /CHANGELOG.md
parentUse wget --no-verbose to prevent build buffer overload in the hub.docker.com ... (diff)
downloaddocker-osx-9228312eba29e7916d098add64205cff2f64a474.tar.xz
docker-osx-9228312eba29e7916d098add64205cff2f64a474.zip
Add -e MAC_ADDRESS to change MAC_ADDRESS at runtime.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d3d5f98..2f3d60e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
|Version|Date|Notes|
|---|---|---|
+| |2021-02-07|Add MAC_ADDRESS environment variable.|
+| |2021-02-03|Employ wget --no-verbose to avoid buffer overload in hub.docker.com.|
+| |2021-02-03|Reduce build size.|
+| |2021-01-27|Add OSX_COMMANDS to allow runtime commands on :auto image.|
+| |2021-01-26|Removed most pointless VOLUME build commands.|
|3.0|2021-01-23|Add fast mode boot straight to shell. And -v $PWD/disk.img:/image for all Dockerfiles|
| |2021-01-22|Add additional helm chart instructions and files.|
| |2021-01-15|Fix helm initial disk creation process and add installation instructions.|