Skip to content

Releases: yuuki/droot

v0.7.7

19 Jul 14:26
Compare
Choose a tag to compare
  • Fix permission denied error if droot export the docker image whose default user is not root #23

v0.7.6

15 Jul 17:31
Compare
Choose a tag to compare
  • Use Env of docker image insetad of printenv to generate drootenv #22

v0.7.5

14 Jul 00:39
Compare
Choose a tag to compare

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

v0.7.4

13 Jul 05:42
Compare
Choose a tag to compare

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

v0.7.3

11 Jul 14:28
Compare
Choose a tag to compare

Fix problem that /proc is not mounted #19

v0.7.2

19 Jun 09:31
Compare
Choose a tag to compare
  • run: Fix 'no such device' error #18

v0.7.1

18 Jun 14:54
Compare
Choose a tag to compare
  • Replace github.com/fsouza/go-dockerclient into github.com/docker/docker/client

v0.7.0

18 Jun 14:47
Compare
Choose a tag to compare
  • 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

06 May 19:15
Compare
Choose a tag to compare
  • go 1.8.1

v0.6.3

09 Feb 17:42
Compare
Choose a tag to compare
  • Use dep
  • Go version 1.7.5
  • Fix installations bug that is located in /Users/y_uuki/go/bin/cmd by 'go install'