Releases: yuuki/droot
Releases · yuuki/droot
v0.6.2
Fix StartContainer option becase passing an HostConfig to POST /containers/{name}/start is deprecated from docker v1.12.
v0.6.0
Deprecate droot pull/push, and Add new command droot export/deploy.
Remove AWS S3 depencencies.
v0.5.1
Add --same-owner option to pull command
v0.5.0
Add droot run --env option
Fix 'resource busy' error when the run command mounts '/proc'
Fix #5 --bind not working
Fix #4 rsync forces the destination directory to be '700' mode
Fix #3 rsync failure when droot pull after droot run
Fix that rm command failed to cleanup directories with symlink deploy
v0.4.1
Fix bug that run command failed when .drootenv doesn't exist
Remove --user/--group option from pull command
v0.4.0
run
command preserves environment variables that set on an original Docker image.
Fix that umount/rm is not working when --root is relative path
v0.3.0
Add --mode
option for pull
command. Enable atomic deploy with symlink by --mode symlink
in addtion to --mode rsync
.
Pretty log messages.
Build releases with go 1.5.2.
v0.2.4
Fix failure export image with push command because it already removed container before exporting container.
v0.2.3
Use github.com/docker/docker/pkg/mount
Fix IsDirEmpty not working
Use github.com/docker/docker/pkg/fileutils
You can’t perform that action at this time.