DEV Community

Discussion on: A Simple Introduction to Docker

Collapse
 
lucamess profile image
lucamess

You made it really easy thanks. And I have a question, so my code stores it's data in a text file. Can I use docker to deploy it or should i shift to a real database for it to work?

Collapse
 
tamerlang profile image
Tamerlan Gudabayev

Well your database can be containerized too. Check out docker-compose to easily run multiple docker containers that can communicate with each other.