This repository has been archived by the owner on Dec 1, 2018. It is now read-only.
v1.5.1
- Windows fixes
- Use a more complex smb_password
- This addresses issues in strict password enforcement environments.
- IMPORTANT (Only if you are using the
default
orsmb2
sharing type on Windows - check invagrant.yml
):- In an admin cmd.exe prompt run
net user vagrant P@ssW0rd1!
to update the existing vagrant user password. - Alternatively start fresh:
vagrant destroy -f
, thenvagrant up
- In an admin cmd.exe prompt run
- Improved winpty compatibility
- IMPORTANT: Prior to updating run
rm -f /usr/local/bin/docker*
in Babun, then run the install script.
- IMPORTANT: Prior to updating run
- Use a more complex smb_password
- Silence docker run shell provisioning
- No more red text output from
docker run
during the first VM boot
- No more red text output from
- Updated VERSION file