# Using Docker Image

This document provides all the essential information needed to set up a <mark style="color:green;">development network for Arcology using Docker images</mark>. All the modules are bundled in the Docker image, providing a user-friendly and cost-effective method for running an Arcology node.

***

## Hardware Requirements

* 32GB RAM or more
* 4 CPU cores
* 200G free space
* 1G Bandwidth

***

### Using the Docker Image

{% hint style="info" %}
Please replace the IP addresses in the document with of your <mark style="color:red;">**host machine IP**</mark><mark style="color:red;">.</mark>
{% endhint %}

```sh
docker run -itd --name l2 -p 8545:8545 arcologynetwork/devnet -f http://192.168.230.134:7545 -s http://192.168.230.134:8545 -r true -m false
```

### Check the Connectivity <a href="#check-the-connectivity" id="check-the-connectivity"></a>

Make sure the testnet is up and running. Lastly, it is necessary to [verify the connectivity ](https://doc.arcology.network/devnet/verify-connection)to confirm that the network is functioning correctly.


---

# 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.arcology.network/network/getting-started/using-docker-image.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.
