# docker x apisix ## Stand alone mode Run on local : https://hub.docker.com/r/apache/apisix ![image](https://hackmd.io/_uploads/rkt4mqrDC.png) --- ## [Video: Getting started with Apache APISIX](https://youtu.be/dUOjJkb61so?si=0zf6KSwWXms0ZYeh) update time of Video : 2022 ![image](https://hackmd.io/_uploads/SyiiYTUDC.png) https://github.com/apache/apisix-docker ``` mkdir apisix0706 cd apisix0706 ``` ``` git clone https://github.com/apache/apisix-docker.git ``` ``` cd apisix-docker ls ``` ![image](https://hackmd.io/_uploads/HkoNPnIP0.png) ``` cd example ls ``` ![image](https://hackmd.io/_uploads/ry3qv2UwA.png) ![image](https://hackmd.io/_uploads/HJiN_2UvA.png) ``` docker-compose -p docker-apisix up -d ``` ![image](https://hackmd.io/_uploads/SJCWonLvC.png) ### Verify ``` curl "http://127.0.0.1:9180/apisix/admin/services/" \ -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' {"total":0,"list":[]} ``` ![image](https://hackmd.io/_uploads/S1WiihIPA.png) ![image](https://hackmd.io/_uploads/SJlz2nIwA.png) ![image](https://hackmd.io/_uploads/ByXYa2IDA.png) ![image](https://hackmd.io/_uploads/B1A8lBPPC.png) --- ## Previous workshop ![image](https://hackmd.io/_uploads/HyygToHPA.png) ![image](https://hackmd.io/_uploads/HJeShsHv0.png) [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.