1

Install the CLI

Install Voltainer CLI using our quick installer. Works on Linux, macOS, and WSL.

$ curl -fsSL https://get.armoredgate.com | sh
✓ Voltainer CLI installed successfully
2

Initialize Your Project

Create a new Voltainer project or convert an existing Docker image.

# Create new project
$ voltainer init my-app

# Or convert existing Docker image
$ voltainer convert nginx:latest
✓ Converted: 142MB → 3.2MB (97.7% smaller)
3

Deploy & Run

Launch your container locally or deploy to ArmoredContainers cloud.

# Run locally
$ voltainer run my-app
✓ Container running at localhost:8080

# Or deploy to cloud
$ voltainer deploy my-app --cloud
✓ Deployed: https://my-app.armoredgate.io

Downloads

🐧

Linux

x86_64 and ARM64 binaries for all major Linux distributions.

Download for Linux →
🍎

macOS

Universal binary for Intel and Apple Silicon Macs.

Download for macOS →
🪟

Windows (WSL)

Run Voltainer in Windows Subsystem for Linux.

WSL Setup Guide →

Resources