Documentation Overview

Comprehensive guides and reference material for using Moby's tools effectively.

Getting Started with Moby

Installation


# Linux/MacOS
curl -s https://download.html/moby-install.sh | sudo bash

# Windows
powershell -Command "Invoke-RestMethod -Uri https://download.html/moby-installer.exe -OutFile MobySetup.exe"
Start-Process -FilePath ".\MobySetup.exe"
                    

Core Concepts

Key Features

  • Zero-configuration setup
  • Platform-agnostic execution
  • Cryptographically signed binaries

Configuration

All configuration is handled via environmental variables or direct API access. No configuration files required.


# Example CLI Configuration
MOBY_API_KEY=your_api_token
MOBY_DEBUG=true
MOBY_LOG_LEVEL=verbose
                    

Troubleshooting

Common Issues

Error: Failed download

sudo rm -rf /etc/moby/cache/ && /usr/local/moby/mobyctl --force-reinstall

Error: Invalid license

moby license-verify --key=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX

Need Help?

Stuck on a particular problem? Check out our detailed FAQ section or contact our support team.