From the course: Docker Essential Training

Unlock the full course today

Join today to access over 24,700 courses taught by industry experts.

Configuring Lima

Configuring Lima

- Now that we've installed Lima, our next step is to create a virtual machine. Lima uses YAML based configuration files to define and start virtual machines. Let's create a configuration file now. First, we're going to open up our browser and go to https://github.com/lima-vm/lima. Next, we'll click on the examples folder. Then we'll scroll down until we see docker-rootful.yaml. Let's click on it and take a look at its structure. Now, there is a lot going on here. While we don't need to learn about all the properties to find in this file, we'll focus on some of the more important ones. This file might look different than what we'll see in this video, but don't fear. If there's something within this file that doesn't make sense, feel free to ask me a question by clicking the QA button and hitting the blue ask button. All right, the first section shown here defines a list of URLs pointing the pre-packaged virtual…

Contents