> For the complete documentation index, see [llms.txt](https://docs.oxid-projects.com/oxid-rest-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oxid-projects.com/oxid-rest-api/getting-started/docker.md).

# Docker

## Docker dev environment

Test this api in 5 minutes? No problem! ;-)

1\. Clone repository

```
git clone https://github.com/OXIDprojects/oxid-rest-api.git
```

2\. Start docker containers (see [docker-compose.yml](https://github.com/OXIDprojects/oxid-rest-api/blob/master/docker/docker-compose.yml))

```
cd oxid-rest-api/docker/
docker-compose up
```

3\. Wait until you see **### FINISH installation ###**

{% hint style="success" %}
Finished! Testing ... <http://localhost/rest/v1/articles?apiToken=t6PEqwkBpbdsf93osDSF913Bmcsd78pYWLtEgvs>
{% endhint %}
