CLI

Overview

The oblien images command lets you browse the catalog of available workspace base images.

List Images

oblien images list [--search <query>] [--category <cat>]
FlagDescription
--search <query>Matches id, label, description, contents and keywords — laravel finds the PHP image, mysql finds MariaDB
--category <cat>os, devtools, runtime, ai, browser, database, infra

Examples

oblien images list
oblien images list --search node
oblien images list --search laravel
oblien images list --category database
oblien images list --json

Create a workspace with the entry's image field — a Docker reference, not the id:

oblien ws create --image oblien/node:24 --name my-app

See Concepts: Images for what each image ships with.