Answer the question
In order to leave comments, you need to log in
A virtual machine with the possibility of local development and subsequent transfer to production. What are the options?
Basically, the question is in the title. We need a virtual machine for local development with the ability to transfer it entirely to a production server. The first thing that comes to mind is docker, but before docker, that's not it. Using docker, it is customary to create a separate container for each service / daemon. In addition, docker needs to write volumes (volumes) in order for services to be writable. I, however, do not need this, I need to install all the software on one virtual machine (mysql, nginx, php) and transfer it entirely to the production server after the development of the php application is completed.
Please tell me something
related Thanks in advance
Answer the question
In order to leave comments, you need to log in
I spin on raspberry, at the institute I throw it on combat servers.
I always transfer rsincom because it turns out full compatibility between any virtualization and further hardware
OpenVZ, KVM (QCOW2 disk), LXD will do?
Or maybe it's better to write a configuration script, like Ansible?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question