Skip to content

Releases: yuuki/droot

v0.7.7

Choose a tag to compare

@yuuki yuuki released this 19 Jul 14:26
  • Fix permission denied error if droot export the docker image whose default user is not root #23

v0.7.6

Choose a tag to compare

@yuuki yuuki released this 15 Jul 17:31
  • Use Env of docker image insetad of printenv to generate drootenv #22

v0.7.5

Choose a tag to compare

@yuuki yuuki released this 14 Jul 00:39

fixed /proc not mounted and recursive symlink #21 by @ichirin2501

v0.7.4

Choose a tag to compare

@yuuki yuuki released this 13 Jul 05:42

Fix that it failed to mount /proc when droot run twice #20

v0.7.3

Choose a tag to compare

@yuuki yuuki released this 11 Jul 14:28

Fix problem that /proc is not mounted #19

v0.7.2

Choose a tag to compare

@yuuki yuuki released this 19 Jun 09:31
  • run: Fix 'no such device' error #18

v0.7.1

Choose a tag to compare

@yuuki yuuki released this 18 Jun 14:54
  • Replace github.com/fsouza/go-dockerclient into github.com/docker/docker/client

v0.7.0

Choose a tag to compare

@yuuki yuuki released this 18 Jun 14:47
  • remove 'deploy' command
  • remove 'rm' command
  • Fix the failure of umount about /sys on systemd environment
  • Replace yuuki/go-group into os/user
  • Replace libcontainer's Setuid/Setgid into syscall package's ones

v0.6.4

Choose a tag to compare

@yuuki yuuki released this 06 May 19:15
  • go 1.8.1

v0.6.3

Choose a tag to compare

@yuuki yuuki released this 09 Feb 17:42
  • Use dep
  • Go version 1.7.5
  • Fix installations bug that is located in /Users/y_uuki/go/bin/cmd by 'go install'