Back

Docker & Containers — Isolated Development Environments

Docker & Containers — Isolated Development Environments

? Containerized Development

Each GoCodeMe IDE session runs in its own isolated container with dedicated resources, ensuring security and reproducibility.

How It Works

  1. When you launch your IDE, a fresh container is provisioned on ports 4000-4040
  2. Your workspace, terminal, and tools are isolated from other users
  3. Resources (CPU, RAM) are allocated based on your plan tier
  4. Sessions auto-hibernate after idle timeout and resume instantly

Container Specs by Plan

PlanCPURAMStorage
Free0.5 vCPU512MB1GB
Builder1 vCPU1GB5GB
Professional2 vCPU2GB10GB
Studio+4 vCPU4GB20GB

Was this answer helpful?