Canonical 推出 Workshop:一条命令在 Ubuntu 上启动沙盒化开发环境

In May 2026, Canonical launched Workshop on the Ubuntu Community Forum — a sandbox environment management tool designed for developers. It enables users to create, upgrade, and tear down reproducible development environments using just one command, allowing them to focus on their applications rather than environment configuration.

Key Features

  • One-Command Setup: Define environments via simple YAML files; creation, upgrades, and deletion require only a single command.
  • Unprivileged Container Sandbox: Environments run inside unprivileged system containers, minimizing risks to the host system.
  • Highly Composable: By referencing specific SDKs in YAML configurations, tools like Ollama, OpenCode, NVIDIA CUDA, and AMD ROCm can be integrated effortlessly.
  • Reproducibility: The same configuration file guarantees identical environments across any compatible machines.
  • Standardized Interface: Inspired by snapd’s design, access to host resources such as desktop GUIs and SSH Agents is managed through a unified interface.
  • Version-Control Friendly: YAML configuration files can be added to code repositories, simplifying teamwork and sharing.

Workshop is especially suited for AI development scenarios, helping tackle challenges related to environment consistency and dependency management amid rapid iterations of AI toolchains.

discourse.ubuntu.com