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
  • Container Basics
  • Container info
  • Share container
  • Container status
  • Init Script
  • URL/Port
  • 7. Environment Variables
  • 8. Delete this container

Was this helpful?

Export as PDF
  1. User Guide
  2. Dashboard
  3. Container
  4. Container Management

Container Settings

PreviousImport GitHub ReposNextInit Script

Last updated 2 months ago

Was this helpful?

Click [Setting] button() in the Container Card. You can go to the container settings page.


Container Basics

Add a description to provide context for what the container is used for. This is especially helpful for collaboration.

Container info

You can check various container information, such as the container's hardware specs including CPU, memory, and storage, as well as the container region, stack and OS.

You can also add storage capacity or change the container specs (CPU and memory).

  • Add Storage

    • Default: 5GB / Up to: 200GB

    • Free Plan: 5GB for free

    • Membership Plan: 30GB for free

You can change settings after stopping the container.

Check before Adding Storage

  • Once upgraded, storage cannot be downgraded.

  • You can upgrade again 6 hours after the previous upgrade.

  • If you exceed your free storage, additional charges will apply based on your usage.

Share container

You can invite other users to your container with 4 permissions (Readonly, Editable(non-root/root), Editable & sharable(root)). You can also share the container's shared link with other users.

Container status

Save resources by activating the Auto-off feature. The container will automatically stop after a period of inactivity, reducing unnecessary costs and improving efficiency.

Init Script

If you have a script that needs to be executed repeatedly when running a container, try the Init script! The Init script runs from the root directory (/) of the container and is executed when the container starts.

URL/Port

View and manage the unique URL and Port for accessing your running application directly from the browser. Port is crucial for ensuring your application or services can be accessed externally.

7. Environment Variables

Environment variables are defined as key-value pairs and can be used to store database credentials, API keys, and other sensitive information for applications.

By using environment variables, programs can be executed according to the environment without changing the source code, and sensitive security keys do not need to be stored directly in configuration files, enhancing security.

8. Delete this container

You can delete the container by clicking the [Delete] button on the container settings page.

Container Specifications
Container Sharing
Auto-off
Init Script
URL / Port
Environment Variable