diff options
| author | sickcodes <[email protected]> | 2021-02-07 20:53:17 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-07 20:53:17 +0000 |
| commit | 70744ea3e3b2a86c2c6695134dbc0e704f6b82f6 (patch) | |
| tree | e963f990e2b7d4802bccc475fde6022df1ea3618 /CHANGELOG.md | |
| parent | Use wget --no-verbose to prevent build buffer overload in the hub.docker.com ... (diff) | |
| parent | Add -e NOPICKER=false for the :naked image to be able to enter boot menu. (diff) | |
| download | docker-osx-70744ea3e3b2a86c2c6695134dbc0e704f6b82f6.tar.xz docker-osx-70744ea3e3b2a86c2c6695134dbc0e704f6b82f6.zip | |
Merge pull request #145 from sickcodes/mac_address
Add -e MAC_ADDRESS to change MAC_ADDRESS at runtime.
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d3d5f98..5b9b64c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ |Version|Date|Notes| |---|---|---| +| |2021-02-07|Add NOPICKER environment variable to :naked image for effortless boot toggling.| +| |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.| |