Droot Versions Save

The super-simple chroot-based application container engine.

v0.7.7

6 years ago
  • Fix permission denied error if droot export the docker image whose default user is not root #23

v0.7.6

6 years ago
  • Use Env of docker image insetad of printenv to generate drootenv #22

v0.7.5

6 years ago

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

v0.7.4

6 years ago

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

v0.7.3

6 years ago

Fix problem that /proc is not mounted #19

v0.7.2

6 years ago

v0.7.1

6 years ago
  • Replace github.com/fsouza/go-dockerclient into github.com/docker/docker/client

v0.7.0

6 years ago
  • 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

7 years ago
  • go 1.8.1

v0.6.3

7 years ago
  • Use dep
  • Go version 1.7.5
  • Fix installations bug that is located in /Users/y_uuki/go/bin/cmd by 'go install'