Back to all terms
42Dev environment

Docker

Docker

Packages an app with the environment it needs so it runs the same on any machine.

For example

I package the project with Docker so it runs on a new server with one command.

Resources

Copy prompt

Generate a minimal Dockerfile for my static HTML site.

Related terms

See all