docker-ctr-latest
Docker is an open-source engine that automates the deployment of
Install
- All systems
-
curl cmd.cat/docker-ctr-latest.sh
- CentOS
-
yum install docker-latest
- Fedora
-
dnf install docker-latest
- Dockerfile
- dockerfile.run/docker-ctr-latest
docker-latest
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.