August 2019
Beginner
608 pages
16h 7m
English
In the previous section, we configured the software and prepared our environment so that we could scale up and down the number of runners while also providing some shared services like a registry proxy and a caching server. Now, let's look at two examples. We will run jobs on a Runner that's been configured to use VirtualBox and one that's been configured to use Amazon Web Services. VirtualBox is the open source virtualization solution from Oracle and can be found at https://www.virtualbox.org/.
Almost all of the Runner configuration files (the config.toml file) can be identical; we only change the machine driver part. Let's start with the VirtualBox option.
Read now
Unlock full access