Skip to main content
Docker is a popular containerization platform that allows you to run applications in isolated, portable containers.
Prerequisites
  • A VPS with OnetSolutions running Ubuntu/Debian
  • SSH access to your server
  • Root or sudo privileges

Installation Steps

1

Update package lists

2

Install dependencies

3

Add Docker GPG key

4

Add Docker repository

5

Update package lists again

6

Install Docker

7

Start Docker service

8

Verify installation

You should see “active (running)” in the output.

Post-Installation

Run Docker without sudo

Add your user to the docker group:
Log out and back in for the group changes to take effect.

Test Docker

If successful, you’ll see a message confirming Docker is working properly.

Next Steps

Docker Documentation

Official Docker documentation

Docker Hub

Find pre-built Docker images