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

v1.4.0

Compare
Choose a tag to compare
@lmakarov lmakarov released this 10 Jun 22:52
· 98 commits to master since this release
  • dsh v1.20.0
  • Added update checker (once a week, currently dsh only)
  • Allow install prerequisites on other Linux versions if user takes the risk
  • dsh -v will now show short version
  • New command dsh system-info for debugging purposes
  • System-wide services
    • New service: ssh-agent. See ssh-agent docs for more details.
    • Bind system-wide services to 0.0.0.0 for simplicity
    • dsh reset can now install/reset system-wide services (dns, vhost-proxy, ssh-agent)
  • Support for custom commands in dsh
  • Support for overlay networks for vhost-proxy (v2 compose file format)
  • Other improvements
    • dsh remove -f to quietly remove containers
    • Support dsh reset -f to quietly reset containers
  • Documentation updates
    • Docs for Apache Solr
    • Docs on switching PHP and MySQL versions
  • Many other small updates and fixes