Docker

Get introduced to containers, writing a dockerfile, and building and running an image.

Containers

Docker, and other platform-as-a-service tools, provide a virtualization concept called containers. Containers run on top of a host operating system, but provide a standardized environment for code running within the container. One of the key goals of this virtualization approach is that you can write code for a target environment, and any system running Docker can run your container.

Get hands-on with 1200+ tech skills courses.