August 2019
Beginner
608 pages
16h 7m
English
If you change the machine driver from VirtualBox to Amazon EC2 and restart the runners, Docker Machine will spin up runners in Amazon if you have your credentials saved in your home directory or inserted in your shell environment. If not, then you will need to save them in the config.toml file.
After some time, the runners will appear in the EC2 web interface:

When those runners are started, you can change your Docker context to the one in Amazon so that you can run Docker commands and control those machines:
eval $(docker-machine env runner-fatr91wm-elastic-runner-1558647049-87941946) ...
Read now
Unlock full access