Arkain Guides
What's new?Getting StartedUser GuideCredit And MembershipFAQ
  • Arkain Guides
  • Getting Started
    • What is Arkain?
    • Quick Started
  • User Guide
    • Dashboard
      • Container
        • Container Specifications
        • Container Management
          • Creating Container
          • Import GitHub Repos
          • Container Settings
            • Init Script
            • Environment Variable
            • Container Upgrade
            • Rename the Container
            • Container Sharing
          • Container Run / Stop / Delete
        • Auto-off
        • NVIDIA Tesla T4 GPU Container
        • Inactive Container
      • Credit Usage
      • Billing
        • Coupon
    • Workspace
      • File Management
        • Move
        • Open / Close in Editor
        • Properties
        • Import / Export
        • Compress / Extract File
      • Commands
      • Source Code Management Git
        • Git Sidebar
        • Branch
        • Changes / Historys / Event tabs
        • Add
        • Commit
        • Push
        • Pull
        • Ignore
        • Diff
      • Collaboration
        • Container Sharing
        • Co-Editing
      • SBOM Management
      • Multi Project
      • URL / Port
      • Keyboard Shortcut
    • Arkain AI
      • What is Arkain Snap
      • What is Side Chat
        • How to use Side Chat
      • Supported Models
      • Auto-completion
    • Templates
      • Create a Template
      • Browse Templates
      • Manage a Template
      • Malicious Templates and Comment Policy
    • Bug Reporting
    • Key Terms
  • Credits & Membership
    • About Arkain Beta Crew
    • Credits
      • Calculate Your Credit Usage
      • Purchasing Credits
    • Membership
      • Subscribing to Membership
  • FAQ
    • FAQ
      • How to run as background process
      • SSH Configuration
      • Why my container blocked
      • I want to use Selenium.
      • How do I copy / paste from the terminal?
      • Official Template Guide
        • Web with Open API
  • What's new?
    • Arkain Release Note
      • March 31, 2025
      • Apr 7, 2025
      • Apr 14, 2025
      • Apr 24, 2025
      • May 15, 2025
      • May 23, 2025
      • Jun 5, 2025
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. User Guide
  2. Dashboard

Container

PreviousDashboardNextContainer Specifications

Last updated 2 months ago

Was this helpful?

Arkain provides Container, which is isolated environments that package everything needed to run software (code, libraries, configuration files, etc.) into a single package.

A stack is a pre-configured software package that is installed by default in a container. Each container has a single stack, but users can install additional software based on their project requirements.

Available Container Stacks in Arkain

Arkain offers a variety of container stacks to meet the needs of different development projects. These stacks come pre-configured with the necessary software for each respective language or framework, making it easier to start development right away!

Below are the available stacks you can choose from when creating a container:

All Stack OS Versions Available

  • Ubuntu 22.04 LTS

  • Ubuntu 20.04 LTS

The NVIDIA Tesla T4 container stack is only available on Ubuntu 20.04 LTS.

Blank

A clean slate for custom projects.

Python

Pre-configured environment for Python development.

Node.js

Set up for building and running Node.js applications.

Java

Pre-configured for Java development.

Go

Pre-configured environment for Go development.

React

Optimized for front-end development with React.

NVIDIA Tesla T4

A GPU container optimized for deep learning, data analysis, and more.

⚠️