Slide 2
Slide 2 text
OCI containers
OCI (Open Container Initiative) has a standard format for container
images and container runtimes.
A container is like a light-weight VM that is fast to start up, suspend,
resume and shut down. It runs on a thin layer on a host operating system
and works cross-platform given that a container runtime like Docker is
installed.
You can run Linux containers on Windows and vice-versa. It’s a complete
environment in a box, so everything works the same on every host
machine, whether it’s local, on-premise, or cloud.
It works on my Docker machine
Lars Gyrup Brink Nielsen AarhusJS