Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 611936 - =app-emulation/docker-machine-0.10.0 version bump
Summary: =app-emulation/docker-machine-0.10.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Zac Medico
URL: https://github.com/docker/machine/tre...
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2017-03-07 07:36 UTC by Manuel Rüger (RETIRED)
Modified: 2017-03-07 17:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Rüger (RETIRED) gentoo-dev 2017-03-07 07:36:52 UTC
Changelog

General

    Various improvements to shell tab completion
    Add support for compiling on ARM64 architecture

Drivers

    Make virtualbox default driver
    amazonec2
        Update AMIs to latest version of Ubuntu 16.04 LTS
    virtualbox
        Fix parsing of --virtualbox-share-folder on Windows
    google
        Add --google-open-port flag to specify additional ports to open

Provisioners

    Machine now uses systemd drop-in files instead of over-writing the system units
    Add support for upgrade to new Docker versioning scheme
    Use dockerd only in Docker versions where it is available
    Support multiple architectures in SUSE provisioner

Breaking Change(s)

There is one small breaking change in this release. The default driver for docker-machine create has been changed from none to virtualbox. virtualbox was far more common than none, so this change allows you to quickly create VirtualBox machines like so:

$ docker-machine create manager
...
$ docker-machine create worker
...