Giter VIP home page Giter VIP logo

Comments (3)

makamekm avatar makamekm commented on July 20, 2024

It works after the second try

from docker-machine-driver-qemu.

makamekm avatar makamekm commented on July 20, 2024

Fixed after docker-machine provision test0

from docker-machine-driver-qemu.

afbjorklund avatar afbjorklund commented on July 20, 2024

Presumably something went wrong when starting docker after the first "start", but hard to tell without the logs. It seems unlikely that tcp://127.0.0.1:2376 is a valid response.*.. Glad that it worked out in the end!

  • Since that would conflict both with the host docker (if any) and the second machine created, this driver is running docker on a random port instead. For this to work smoothly, docker-machine needs a patch:

docker/machine#4034

NAME      ACTIVE   DRIVER   STATE     URL                     SWARM   DOCKER        ERRORS
default   -        qemu     Running   tcp://127.0.0.1:35280           v18.06.1-ce   

But it should still work with the default machine version, even though you will get a bogus printout like:

Setting Docker configuration on the remote daemon...

This machine has been allocated an IP address, but Docker Machine could not
reach it successfully.

SSH for the machine should still work, but connecting to exposed ports, such as
the Docker daemon port (usually <ip>:2376), may not work properly.

You may need to add the route manually, or use another related workaround.

This could be due to a VPN, proxy, or host file configuration issue.

You also might want to clear any VirtualBox host only interfaces you are not using.
Checking connection to Docker...
Docker is up and running!

(it didn't get a public IP and it isn't running on 2376, which unfortunately had been hard-coded)

from docker-machine-driver-qemu.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.