docker: docker (manager for applications in Linux containers) docker: docker: Docker is an open-source project to easily create lightweight, docker: portable, self-sufficient containers from any application. The same docker: container that a developer builds and tests on a laptop can run at docker: scale, in production, on VMs, bare metal, OpenStack clusters, public docker: clouds and more. docker: To use docker as a limited user, add your user to the 'docker' group: docker: # usermod -a -G docker docker: This package includes everything that is needed to run docker, docker: including containerd and runc.