Docker
Docker — A tool that packages your app and everything it needs — the runtime, the libraries, the config — into a single portable box called a container.
Docker solves "it works on my machine but not yours." If the container works on one computer, it works the same on any computer that can run Docker.
"Dockerise it." "Run it in Docker."