What is the Docker 1-click VM?
The Docker 1-click VM is a clean Ubuntu 24.04 host with the full Docker toolchain pre-installed and ready to use. Docker Engine, the Docker Compose v2 plugin, Buildx, and BuildKit are all configured on first boot, so you can docker run, docker compose up, or build multi-stage images the moment you SSH in.
This image is the foundation, not a curated stack. It is meant for developers and teams who want a container-ready Linux host without spending the first hour after deploy installing Docker, configuring the daemon, opening firewall ports, and adding swap. Bring your own docker-compose.yml, your own custom images, or your own deployment automation.
Why deploy Docker on Raff Cloud?
- Zero post-install setup — Docker Engine, Compose v2, Buildx, and BuildKit are already running on first boot.
- Hardened by default — UFW firewall and Fail2Ban are pre-configured. SSH is rate-limited against brute force out of the box.
- Tunable at deploy time — The Raff dashboard exposes firewall ports, swap size, timezone, Fail2Ban, and auto-updates as toggles before the VM boots, so the host matches your workload without post-deploy config drift.
- Predictable cost — Flat monthly VM pricing on bare-metal AMD EPYC. No per-container fees, no egress charges.
- Full root access — Customize the Docker daemon, install additional runtimes, swap the storage driver, mount a separate volume for
/var/lib/docker. Your VM, your rules.
Use cases
- Self-host any open-source app that ships a
docker-compose.yml— databases, dashboards, monitoring stacks, internal tools. - Run a private staging environment for an application your team is building, with the same Docker primitives as production.
- Build custom images on a fast EPYC host using Buildx and BuildKit, push to your registry of choice.
