As a public institution, the government-funded research institute's system network is comprised of a closed network that is not connected to the Internet. Recently, trends have tended to install a lot of open-source products to save their budgets. For...
As a public institution, the government-funded research institute's system network is comprised of a closed network that is not connected to the Internet. Recently, trends have tended to install a lot of open-source products to save their budgets. For example, when installing open-source MariaDB, it takes about 3 hours to check and install dependent packages, compile, and install. And if you go through the process of setting up the operation server and performing the previous work on the development server, it can take a whole day. Installation using Docker can be freed from the constraints of OS dependency, and is expected to secure consistent distribution, convenience, speed, and environmental consistency using Docker images. Docker's lightweight virtualization technology can increase hardware resource utilization and also seems to secure performance by running multiple services. So, I studied the similarities and differences between the source installation method in a closed network and the method using docker.