Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

0.4.0

Compare
Choose a tag to compare
@thieman thieman released this 03 Aug 14:07
· 407 commits to master since this release
  • Breaking
    • Dusty now removes data volumes when removing containers. Containers needing to persist data should use volume mounts inside of /persist in the boot2docker VM.
  • New
    • Dusty no longer requires nginx to be installed on your Mac! Dusty now runs a containerized nginx inside Docker instead. All other functionality around host forwarding is unchanged.
    • Dusty's socket location can now be customized via the DUSTY_SOCKET_PATH environment variable
    • Dusty will use HTTPS to clone public repos which explicitly specify in their URL to use HTTPS
    • dusty logs now supports a -t option to show timestamps on the logging output
  • Misc
    • dusty upgrade will now successfully upgrade Dusty from a RC version in all cases
    • Images with an ENTRYPOINT defined now work correctly when used as the basis for a Dusty app
    • All apps are now run as root in-container, via user: root in Docker Compose
    • dusty status now shows the status of Dusty's nginx container and has received some performance improvements