megachangelog
Feature

Run Docker containers inside Vercel Sandbox

Vercel Sandbox now supports installing and running Docker, allowing agents to build containers, install system packages, and run containerized services like Redis or Postgres without affecting the host system. The feature also adds support for FUSE filesystem drivers and VPN clients.

now supports installing and running Docker inside a sandbox. An agent can build containers, install system packages, and modify files without touching your host system.Vercel Sandbox

Install Docker, start the daemon, and serve a containerized application:

Docker in a Sandbox is useful for running containerized services like Redis or Postgres as test dependencies, validating container images before deploying, or previewing applications served from a container. Combined with , the Docker installation and pulled images carry over between sessions.persistent sandboxes

As well as adding support for Docker, sandboxes now support FUSE filesystem drivers and VPN clients, unlocking unlimited capabilities to what can be built.

Learn more about these new system specifications in the .documentation

Read more

sandboxdockerinfrastructurecontainersdeveloper-tools

Source: original entry ↗