-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker machine deprecated, use multipass for multi-node #93
Comments
Docker Machine is deprecatedDocker has stopped support for docker machine, which was used to create VMs with docker pre-installed. The last release from 2019 is archived on github. There isn't anything wrong with docker machine, Docker simply shifted focus from creating virtual machines. Today there are better alternatives like multipass. For the course, you can still choose to use docker machine but multipass is the best option. You can see Bret discuss multipass on his live show. |
Written lecture added, video forthcoming. |
Good info on how to use cloud-init to spin these VMs up fast: https://www.udemy.com/course/docker-mastery/learn/#questions/21233566/ |
Add a short text lecture at the beginning of the Swarm section on how to use multipass over docker-machine.
Convo in Q&A: https://www.udemy.com/course/docker-mastery/learn/#questions/18305090/
Windows VirtualBox Q&A: https://www.udemy.com/course/docker-mastery/learn/#questions/19719184/
The text was updated successfully, but these errors were encountered: