Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What are the downsides of Docker?
Home
Docker
What are the downsides of Docker?
asked
Jan 24
in
Docker
by
AdilsonLima
What are the downsides of Docker?
docker-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 24
by
AdilsonLima
The following list enumerates some of the major downsides of using Docker:
There is no option for data storage.
It is not an ideal option for monitoring containers.
There is no auto-rescheduling of nodes that are not active.
Horizontal scaling is quite complex.
...