---
title: "Get Started with the Docker Image for CLI"
canonical: "https://support.appfire.com/space/ACLI/60561766/Get%20Started%20with%20the%20Docker%20Image%20for%20CLI"
format: markdown
---
> Macro (aura-html)

# Preparation

- [Docker images for ACLI](https://appfire.atlassian.net/wiki/spaces/ACLI/pages/60559294)
- This assumes you have already installed and started Docker on your system. See [Docker Documentation](https://docs.docker.com/) for more information on Docker and installation instructions.

# Steps

|  |  |
| --- | --- |
| ![image](media://267ccec8-d34a-419a-ad4c-8f7d6977f3a2) | ## Start ACLI Container<br>In this step, you will install the more recent **eap** level of the ACLI Docker container and be taken directly into the container's shell, where you can run CLI commands.<br>```plaintext
docker run -ti bobswiftapps/acli:eap /bin/bash
```<br>> ✅ **bobswift** site referenced below in action examples, is a built-in configuration. That means examples can be run right away. Just copy/paste the command entry into the Docker bash shell. |
| ![image](media://267ccec8-d34a-419a-ad4c-8f7d6977f3a2) | ## Action: getClientInfo<br>> Macro (include) |
| ![image](media://267ccec8-d34a-419a-ad4c-8f7d6977f3a2) | ## Action: getServerInfo<br>This action contacts a server and retrieves basic information about it. To start, we contact a pre-configured **bobswift** Cloud instance using **anonymous** access.<br>> Macro (include)<br>> ✅ For Linux and Mac, to maximize the display of tables for the full terminal width, run: **export COLUMNS=$COLUMNS**<br>> Macro (include) |
| ![image](media://267ccec8-d34a-419a-ad4c-8f7d6977f3a2) | ## Action: getProjectList<br>> Macro (include)<br>> Macro (include) |
| ![image](media://267ccec8-d34a-419a-ad4c-8f7d6977f3a2) | ## Action: getProject<br>> Macro (include) |
| ![image](media://267ccec8-d34a-419a-ad4c-8f7d6977f3a2) | ## Action: getSpace<br>> Macro (include) |
| ![image](media://267ccec8-d34a-419a-ad4c-8f7d6977f3a2) | ## Action: getPageList<br>> Macro (include) |