# docker x apisix
## Stand alone mode
Run on local :
https://hub.docker.com/r/apache/apisix

---
## [Video: Getting started with Apache APISIX](https://youtu.be/dUOjJkb61so?si=0zf6KSwWXms0ZYeh)
update time of Video : 2022

https://github.com/apache/apisix-docker
```
mkdir apisix0706
cd apisix0706
```
```
git clone https://github.com/apache/apisix-docker.git
```
```
cd apisix-docker
ls
```

```
cd example
ls
```


```
docker-compose -p docker-apisix up -d
```

### Verify
```
curl "http://127.0.0.1:9180/apisix/admin/services/" \
-H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1'
{"total":0,"list":[]}
```




---
## Previous workshop


[git clone from apisix-workshop](https://github.com/Boburmirzo/apisix-workshop?fbclid=IwZXh0bgNhZW0CMTAAAR3MTXckKSPYc04hYx2j6x4O_IxKhIaqVifPtLXZWVI7dSXl4xG5wJXob_c_aem_L-owB9sxmPhEGjIKXAX0tQ)
[hand on apisix-workshop](https://boburmirzo.github.io/apisix-workshop/)
>Access your dashboard instance running on the address http://localhost:9000/ and login with default credentials admin/admin.