Skip to content

Releases: afbjorklund/docker-machine

82ba182: Make docker engine port configurable

03 Dec 21:39
Compare
Choose a tag to compare
Introduced -engine-port flag in create subcommand
Extended drivers interface with a GetPort() method
Updated all drivers with the new interface
Updated provisioning to use GetPort() rather than parse GetURL() for the port
Made driver options for setting the engine port emit a useful error message
Fixes #3361

Signed-off-by: Wouter Dullaert <[email protected]>
(cherry picked from commit edad5f7c23854603de7e650b8eae10c52168e961)

fc8bded

29 Oct 19:37
Compare
Choose a tag to compare
fc8bded Pre-release
Pre-release
Made docker engine port configurable using -engine-port flag in creat…

a6a5995: Add mount command for mounting machine directories

01 Oct 15:10
Compare
Choose a tag to compare
This comes in handy, when wanting to use volumes with drivers that
don't support folder sharing (such as KVM, as opposed to VirtualBox)

You will need FUSE and SSHFS installed, in order to use this feature.
The machine will also need a "sftp" binary, but most of them have it.

Signed-off-by: Anders F Björklund <[email protected]>
(cherry picked from commit 30de5bb722ec23a71fc9f7d9a3f1f9236129970e)

0cbe7eb

24 Sep 19:46
Compare
Choose a tag to compare
0cbe7eb Pre-release
Pre-release
Fall back to default, if GetPort is not available