0.7.0
版本发布时间: 2016-02-19 02:54:33
gamechanger/dusty最新发布版本:0.7.6-RC2(2019-09-12 05:11:29)
-
Breaking
- Dusty app and lib spec filenames must now abide by Docker image naming conventions:
[a-z0-9]+(?:[._-][a-z0-9]+)*
. Your file name must start with a number or lowercase letter, cannot have uppercase letters, and can only have.
,_
, and-
as special characters. - Dusty requires Docker Machine 0.5.0+
- Dusty app and lib spec filenames must now abide by Docker image naming conventions:
-
New
- Added
dusty shutdown
command to shut down Dusty's virtual machine - Added
--only
flag tobundles activate
which makes it easier to turn on a selection of bundles and deactivate all others - Added support for SCP style GitHub urls. Example: git@github.com:gamechanger/dusty.git
- Added
image_requires_login
key to specs which can specify Docker images to pull. If set, Dusty will make sure the user is logged in to this image's repository before trying to pull the image - Optimized the
up
andtest
flows for some significant performance gains - Dusty now shows the progress of image pulls on
dusty up
- Added
-
Misc
- Added support for Docker Compose 1.6
-
dusty disk restore
now appends thedusty-backup
suffix to the restore path if not provided, which should make therestore
command a bit more intuitive to use - Host forwarding now supports multiple forwarding rules per app to the same container port for HTTP forwarding
- Fixed a bug where intermediate containers were not removed when creating testing images
- Revived a previous networking fix that was removed after Dusty moved to Docker Machine. This fix improves external networking performance by up to 50% for large file transfers.
- Fixed a case sensitive bug between HFS and NFS.
1、 com.gamechanger.dusty.plist 779B
2、 dusty 6.16MB
3、 dusty.tar.gz 6.02MB
4、 install.sh 1.24KB