# Docker Images

The OM1 service is provided as a Docker image for easy setup:

```bash
cd OM1
docker-compose up om1 -d --no-build
```

The docker images are also available at Docker Hub.

* [v1.0.1](https://hub.docker.com/layers/openmindagi/om1/v1.0.1)
* [v1.0.1-beta.3](https://hub.docker.com/layers/openmindagi/om1/v1.0.1-beta.3)
* [v1.0.1-beta.2](https://hub.docker.com/layers/openmindagi/om1/v1.0.1-beta.2)
* [v1.0.1-beta.1](https://hub.docker.com/layers/openmindagi/om1/v1.0.1-beta.1)
* [v1.0.0](https://hub.docker.com/layers/openmindagi/om1/v1.0.0)
* [v1.0.0-beta.4](https://hub.docker.com/layers/openmindagi/om1/v1.0.0-beta.4)
* [v1.0.0-beta.3](https://hub.docker.com/layers/openmindagi/om1/v1.0.0-beta.3)
* [v1.0.0-beta.2](https://hub.docker.com/layers/openmindagi/om1/v1.0.0-beta.2)
* [v1.0.0-beta.1](https://hub.docker.com/layers/openmindagi/om1/v1.0.0-beta.1)

For more technical details, please refer to the [docs](https://docs.openmind.com/full_autonomy_guidelines/architecture_overview).
