Successfully added
Docker
by Patrik
Containers
A running container is a process running on the host, but it's completely isolated from both the host and all other processes running on it.
- Containers offer the lightweight design of a process and the isolation of an operating system
- Containers are becoming the ubiquitous choice for the 'Compute' platform
Referenced in:
Comments