Answer the question
In order to leave comments, you need to log in
Is Docker suitable for the following tasks?
Hello. Please let me know what to choose for my needs. Docker, virtual machine or whatever.
What I need:
1) The ability to connect via ssh, ftp from any PC in the same local area network.
2) Ability to make a copy of the current state and deploy on another PC with all database files, etc. (Not in the current local network)
3) Ability to work with nginx, apache, npm, php, python, mysql (if you choose docker, then all this is in one container)
4) Quick update to the latest versions of the above modules. (Like docker. I specified the version in the config and built the container on a new one)
5) Working with ubuntu users. Each user will have their own folder and their own data for connecting via ssh / ftp, where they will work with the modules specified in paragraph 3.
6) Web resources of users will have to be displayed in the browser on any PC in the local network.
Answer the question
In order to leave comments, you need to log in
https://www.docker.com/blog/containers-are-not-vms/
Docker is designed to deploy applications, not provide access to virtual machines.
1) The ability to connect via ssh, ftp from any PC in the same local area network.
2) Ability to make a copy of the current state and deploy on another PC with all database files, etc. (Not on current LAN)
3) Ability to work with nginx, apache, npm, php, python, mysql (this is if you choose docker, so that all this is in one container)
4) Quick update to the latest versions of the above modules. (Like docker. I specified the version in the config and built the container on a new one)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question