stateful or stateless - which application are more useful for docker containers

0 votes
Amongst stateless and stateful, which application is more suitable for docker containers?
Jul 24, 2019 in Docker by Aysha
2,266 views

1 answer to this question.

0 votes
It is preferable to create a Stateless application for Docker Container. We can create a container out of our application and take out the configurable state parameters from the application. Now we can run the same container in Production as well as QA environments with different parameters. This helps in reusing the same Image in different scenarios.

Also, a stateless application is much easier to scale with Docker Containers than a stateful application.
answered Jul 24, 2019 by Yamini

Related Questions In Docker

0 votes
1 answer

Which is good monitoring tool for checking docker container health end to end or any shell scripts for it?

You can try using these commands: docker ps curl - ...READ MORE

answered Feb 3, 2020 in Docker by anonymous
• 6,260 points
1,130 views
0 votes
1 answer

Which are some best Docker tutorials for beginners?

Hi@akhtar As a beginner, I have gone through some youtube ...READ MORE

answered May 14, 2020 in Docker by MD
• 95,440 points
504 views
0 votes
1 answer

Docker : multiples linked containers for each customers

Using Docker (specifically Docker Compose) linking containers ...READ MORE

answered Jul 11, 2018 in Docker by Kalgi
• 2,680 points
387 views
0 votes
1 answer

Should I use Vagrant or Docker for creating an isolated environment?

If your purpose is the isolation, I ...READ MORE

answered Jul 18, 2018 in Docker by Kalgi
• 2,680 points
753 views
+2 votes
1 answer
+2 votes
1 answer

Deploy Docker Containers from Docker Cloud

To solve this problem, I followed advice ...READ MORE

answered Sep 3, 2018 in AWS by Priyaj
• 58,090 points
2,467 views
0 votes
1 answer

How far do Docker containers scale? Are there any requirements for the same?

Large web deployments like Google and Twitter ...READ MORE

answered Jul 30, 2019 in Docker by Jerry
1,128 views
0 votes
1 answer

What are the basic steps involved while using docker for application development?

All the steps below are based on ...READ MORE

answered Aug 26, 2019 in Docker by Sirajul
• 59,230 points
790 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP