Promptles
DevOps & Deployment

Container

intermediate

Definition

A neat little package that bundles an app together with everything it needs to run: the right tools, the right settings, the right helper files. Once it's packaged, the container will run the same way on any computer, which solves the classic 'but it worked on my laptop!' problem.

In the wild

A developer packages a small website as a container on her own laptop. She hands the package to a teammate; he runs it on his completely different computer and it works perfectly. The same package later runs unchanged on the company's production servers.

More from DevOps & Deployment