> ## Documentation Index
> Fetch the complete documentation index at: https://anaconda.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Manual verification of installation

Services are one-to-one to containers. Therefore, verifying that all major containers are up and not restarting or failing is a good first step.

In a terminal, run:

```sh theme={null}
docker ps
```

You should see output similar to the following:

<Frame>
  <img src="https://mintcdn.com/anaconda-29683c67/GAawxvWy-HUVSCqf/images/output.png?fit=max&auto=format&n=GAawxvWy-HUVSCqf&q=85&s=25dfe1dcda65b8d659fa2357d92aab0a" alt="" width="974" height="133" data-path="images/output.png" />
</Frame>

It is important to note that each container appears in the output:

* Installer\_repo\_api
* Installer\_nginx\_proxy
* Installer\_repo\_worker
* Installer\_repo\_dispatcher
* Installer\_repo\_proxy
* Installer\_keycloak
* Installer\_postgres
* Installer\_redis

It is also important to note that the status of each container is Up, and that it does not get stuck in a restart loop.

Finally, you should be able to use a browser to navigate to the domain that you supplied when executing the installer. If you are able to successfully authenticate and use the product, it has installed correctly.
