
This page only describes the procedure for creating a Ubuntu+Docker virtual machine on Virtual Box using the virtual machine building script ( vm-configure).

by changing the script when building the virtual environment with Vagrant. The script used for execution is published on Github.I think that it can be used for test automation etc. We also make it as easy as possible to build and destroy environments using scripts. Recently, even on Mac, you can easily build and destroy the environment using containers using Docker Desktop, but this time, build a virtual machine on Ubuntu 20.04 with VirtualBox + Vagrant and build the Docker environment on it. in the local development environment may make it difficult to repair when different versions cannot coexist or the environment is broken due to testing etc.Īs a method of solving these problems, there is a method of constructing a virtual environment in the local development environment and freely constructing or destroying the environment in it. In such a case, if you prepare a separate terminal and build a new environment, it will take time to search for a free terminal and build the environment.Also, the method of directly installing the server software etc.


During development, it may be necessary to prepare a development environment such as a DB server or Web server according to the situation at that time for various reasons such as testing the program or checking the phenomenon when a failure occurs.
