python-docker-machine icon indicating copy to clipboard operation
python-docker-machine copied to clipboard

Python wrapper around docker-machine

Results 5 python-docker-machine issues
Sort by recently updated
recently updated
newest added

How do you setup path on windows?

create vm, 1) blocking : it will block till vm is created. 2) non bloxking : it will create vm in parallel, and return. In current implementation , after popen,...

Hi Is there any way to add token argument for a driver ? >>> m.create('test-d', driver='digitalocean', blocking=True) Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python3.6/site-packages/machine/machine.py", line...

At the moment we cannot use docker-machine on travis, due to an issue with docker-machine: https://github.com/docker/machine/issues/1435 Until this is fixed we cannot run the test suite on travis.

enhancement

eliminating the need for the docker-machine binary.

enhancement