When Docker isn't the Answer

Learn when not to consider using Docker as an option.

We'll cover the following

When not to use Docker

Using Docker during development has no downsides. It enables you to install dependencies on any OS and emulate a live system. You can easily share that isolated environment with others while retaining your favorite editor and tools.

However, Docker is not a magical solution that solves all your production woes. There are situations when Docker may not be appropriate.

Get hands-on with 1200+ tech skills courses.