Linked Questions

Popular Questions

What should I place inside a docker container?

Asked by At

I am going to set up a new project, and I am planning to use docker. However, as I am new to Docker, I am not sure what should be placed inside a docker container and what should not.

On the client side I will be using React+Redux. On the server side I am using MongoDB, Mongoose, Node.js and Express.

I am using this to build a website. Do you have any recommendations?

Related Questions