Hello,
Is it possible to have a docker server and a number of clients use the same container at the same time? For example, users can connect to a Docker server and simultaneously use a Node.js container to run their code instead of installing the container on their system.
Can multiple people use a single physical or virtual machine to use NodeJS to run their own code? The answer should be the same. Give them access to the docker command if you trust them and they can docker exec into the container.