# Container

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

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

## **Available Container Base Templates in Arkain**

Arkain offers a variety of container base template to meet the needs of different development projects. These base templates 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 base templates you can choose from when creating a container:

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden></th><th data-hidden data-type="files"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><img src="/files/SkMhsq3PnQh98fnRYkZ6" alt="">  </td><td><h2>Blank</h2><p>A clean slate for custom projects.</p></td><td></td><td><a href="/files/pALlPIwTS20plXeKWo3u">/files/pALlPIwTS20plXeKWo3u</a></td><td></td></tr><tr><td>  <img src="/files/erHU0fvNABmP4JVx74jY" alt=""></td><td><h2>Python</h2><p>Pre-configured environment for Python development.</p></td><td></td><td><a href="/files/Gw7UI2K7OfZrmaaLxFO1">/files/Gw7UI2K7OfZrmaaLxFO1</a></td><td></td></tr><tr><td>  <img src="/files/l3jpa1dSZqO0FBALlY5B" alt=""></td><td><h2>Node.js</h2><p>Set up for building and running Node.js applications.</p></td><td></td><td><a href="/files/VL5mdkGwwMPN5DuBbiAV">/files/VL5mdkGwwMPN5DuBbiAV</a></td><td></td></tr><tr><td>  <img src="/files/8RR5yUB28vKGorpSdD0x" alt=""></td><td><h2>Java</h2><p>Pre-configured for Java development.</p></td><td></td><td></td><td></td></tr><tr><td> <img src="/files/P46VoVMSTdT7kEQvWMUr" alt=""></td><td><h2>Go</h2><p>Pre-configured environment for Go development.</p></td><td></td><td></td><td></td></tr><tr><td> <img src="/files/rq51P76R3GmZgSRiSsUy" alt=""></td><td><h2>React</h2><p>Optimized for front-end development with React.</p></td><td></td><td></td><td></td></tr><tr><td><p><img src="/files/0o7JMf7VlffZR0yCjljn" alt="" data-size="original"></p><h2>NVIDIA Tesla T4</h2></td><td>A GPU container optimized for deep learning, data analysis, and more.</td><td></td><td></td><td></td></tr><tr><td></td><td></td><td></td><td></td><td></td></tr></tbody></table>

{% hint style="success" %}
**Available OS Versions**

* Ubuntu 24.04 LTS
* Ubuntu 22.04 LTS
* Ubuntu 20.04 LTS
  {% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.arkain.io/user-guide/dashboard/container.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
