Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

v1.5.1

Compare
Choose a tag to compare
@lmakarov lmakarov released this 18 Apr 21:49
· 43 commits to master since this release
  • Windows fixes
    • Use a more complex smb_password
      • This addresses issues in strict password enforcement environments.
      • IMPORTANT (Only if you are using the default or smb2 sharing type on Windows - check in vagrant.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, then vagrant up
    • Improved winpty compatibility
      • IMPORTANT: Prior to updating run rm -f /usr/local/bin/docker* in Babun, then run the install script.
  • Silence docker run shell provisioning
    • No more red text output from docker run during the first VM boot
  • Updated VERSION file