in Docker by
What are the downsides of Docker?

1 Answer

0 votes
by

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.
...