I got a task to care about a production server (Ubuntu 18.04 LTS, NGINX, Node.js, MYSQL). Beside backup (which is regular) I want to prepare as much as possible for quick migration (to nonexistent staging and development server and into new cloud server).
I was thinking about "dockerziation" of the running server. Is this possible? At least to some point?