Getting started

Install Oxidock, choose a Docker-compatible engine, and connect your first provider.

Requirements

RequirementNotes
Operating systemmacOS is the first supported release target.
EngineDocker Desktop, OrbStack, Colima, Rancher Desktop, local Docker, or a remote Docker context.
PermissionsOxidock needs access to the Docker socket or configured Docker context.

First run

  1. Install Oxidock from the latest release.
  2. Start your preferred Docker-compatible engine.
  3. Open Oxidock and choose the detected provider.
  4. Confirm the dashboard can read containers, images, volumes, and networks.
  5. Open the CLI playground to inspect the command behind your next action.

Local-first defaults

Oxidock is designed to run locally. Your engine configuration, resource views, and command workflows stay on your machine unless you connect to services you choose, such as a remote Docker context or registry.

Example verification

docker context ls
docker ps

If those commands work in your shell, Oxidock should usually be able to use the same engine context.