Questions
- Which flag, when running
docker-machine create
, lets you define which service or provider Docker Machine uses to launch your Docker host? - True or false: Running
docker-machine env my-host
will reconfigure your local Docker client to interact withmy-host
. - True or false: Multipass has native support for Docker out of the box.
- Name the HashiCorp tool that can be used to create Vagrant Boxes.
- Explain why using Docker Machine to create Docker hosts in the cloud is no longer considered best practice.