Development

Docker

Container platform for building, shipping, and running applications. Docker makes deployment consistent and reproducible.

wget -qO- https://omniset.org/install | bash
Click to copy command

About Docker

Docker is the standard platform for containerization, allowing you to package applications with all their dependencies into portable containers. This ensures your application runs the same way everywhere - from your laptop to production servers. OmniSet installs Docker Engine, Docker Compose, and configures your user to run Docker commands without sudo.

Key features

  • Application containerization
  • Docker Compose for multi-container apps
  • Consistent development environments
  • Massive image library on Docker Hub
  • Resource isolation and security

Manual install command

apt install docker.io docker-compose

Alternatives

Podman containerd LXC
Visit Docker website

Get Docker with OmniSet

OmniSet installs and configures Docker automatically as part of your chosen profile.

Get started with OmniSet