1. 程式人生 > >Docker v1.12.0-rc5 釋出下載,高階容器引擎

Docker v1.12.0-rc5 釋出下載,高階容器引擎

  • Add --live-restore daemon flag to keep containers running when daemon shuts down, and regain control on startup  #23213
  • Ability to add OCI-compatible runtimes (via --add-runtime daemon flag) and select one with --runtime on create and run  #22983
  • New overlay2 graphdriver for Linux 4.0+ with multiple lower directory support 
    #22126
  • New load/save image events  #22137
  • Add support for reloading daemon configuration through systemd  #22446
  • Add disk quota support for btrfs  #19651
  • Add disk quota support for zfs  #21946
  • Add support for docker run --pid=container:<id> 
    #22481
  • Align default seccomp profile with selected capabilities  #22554
  • Add a daemon reload event when the daemon reloads its configuration  #22590
  • Add trace capability in the pprof profiler to show execution traces in binary form  #22715
  • Add a detach event 
    #22898
  • Add support for setting sysctls with --sysctl  #19265
  • Add --storage-opt flag to create and run allowing to set size on devicemapper  #19367
  • Undeprecate the -c short alias of --cpu-shares on run, build, create, update  #22621
  • Prevent from using aufs and overlay graphdrivers on an eCryptfs mount  #23121
  • Fix issues with tmpfs mount ordering  #22329
  • Created containers are no longer listed on docker ps -a -f exited=0  #21947
  • Fix an issue where containers are stuck in a "Removal In Progress" state  #22423
  • Fix bug that was returning an HTTP 500 instead of a 400 when not specifying a command on run/create  #22762
  • Fix bug with --detach-keys whereby input matching a prefix of the detach key was not preserved #22943
  • SELinux labeling is now disabled when using --privileged mode  #22993
  • If volume-mounted into a container, /etc/hosts, /etc/resolv.conf, /etc/hostname are no longer SELinux-relabeled  #22993
  • Fix inconsistency in --tmpfs behavior regarding mount options  #22438
  • Fix an issue where daemon hangs at startup  #23148
  • Ignore SIGPIPE events to prevent journald restarts to crash docker in some cases  #22460
  • Containers are not removed from stats list on error  #20835
  • Fix on-failure restart policy when daemon restarts  #20853
  • Fix an issue with stats when a container is using another container's network  #21904