docker-init
Linux container runtime
Install
- All systems
-
curl cmd.cat/docker-init.sh
- Debian
-
apt-get install docker.io
- Ubuntu
-
apt-get install docker.io
- Alpine
-
apk add docker
- Arch Linux
-
pacman -S docker
- Kali Linux
-
apt-get install docker.io
- CentOS
-
yum install docker
- Fedora
-
dnf install moby-engine
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install docker.io
- OS X
-
brew install docker
- Raspbian
-
apt-get install docker
- Dockerfile
- dockerfile.run/docker-init
- Docker
-
docker run cmd.cat/docker-init docker-init
powered by Commando
docker.io
Linux container runtime
Docker complements kernel namespacing with a high-level API which operates at the process level. It runs unix processes with strong guarantees of isolation and repeatability across servers. Docker is a great building block for automating distributed systems: large-scale web deployments, database clusters, continuous deployment systems, private PaaS, service-oriented architectures, etc. This package contains the daemon and client. Using docker.io on non-amd64 hosts is not supported at this time. Please be careful when using it on anything besides amd64. Also, note that kernel version 3.8 or above is required for proper operation of the daemon process, and that any lower versions may have subtle and/or glaring issues.
moby-engine
container engine
docker
Docker is an open-source engine that automates the deployment of
any application as a lightweight, portable, self-sufficient container that will run virtually anywhere. Docker containers can encapsulate any payload, and will run consistently on and between virtually any server. The same container that a developer builds and tests on a laptop will run at scale, in production*, on VMs, bare-metal servers, OpenStack clusters, public instances, or combinations of the above.