Kaarma Cloud Logo
Kaarma Cloud
SupportVPS ServersInstalling Docker

Installing Docker

How to run containers on your VPS.

Installing Docker

  1. Run the convenience script: curl -fsSL https://get.docker.com -o get-docker.sh
  2. Execute it: sh get-docker.sh
  3. Start Docker: sudo systemctl start docker
  4. Verify: docker run hello-world
Last updated: Today
Was this helpful?