This repository has been archived by the owner on Feb 13, 2020. It is now read-only.
0.4.0
- 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.
- Dusty now removes data volumes when removing containers. Containers needing to persist data should use volume mounts inside of
- 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