Skip to content

Releases: yuuki/droot

v0.6.2

18 Jun 13:42
Compare
Choose a tag to compare
  • Fix StartContainer option becase passing an HostConfig to POST /containers/{name}/start is deprecated from docker v1.12.

v0.6.0

22 Apr 06:19
Compare
Choose a tag to compare
  • Deprecate droot pull/push, and Add new command droot export/deploy.
    • Remove AWS S3 depencencies.

v0.5.1

17 Apr 16:14
Compare
Choose a tag to compare
  • Add --same-owner option to pull command

v0.5.0

17 Apr 11:03
Compare
Choose a tag to compare
  • 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

06 Mar 05:24
Compare
Choose a tag to compare
  • Fix bug that run command failed when .drootenv doesn't exist
  • Remove --user/--group option from pull command

v0.4.0

05 Mar 14:44
Compare
Choose a tag to compare
  • 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.1

25 Feb 05:05
Compare
Choose a tag to compare
  • Build with Go 1.6

v0.3.0

14 Feb 10:55
Compare
Choose a tag to compare
  • 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

12 Dec 17:05
Compare
Choose a tag to compare
  • Fix failure export image with push command because it already removed container before exporting container.

v0.2.3

12 Dec 14:49
Compare
Choose a tag to compare
  • Use github.com/docker/docker/pkg/mount
  • Fix IsDirEmpty not working
  • Use github.com/docker/docker/pkg/fileutils