ウェブ上でコードを書いて実行できるアプリを試しに作ってみた
- Docker
- Curl
- (Git)
git clone https://gitlab.com/technical-study/coding-drills.git coding-drills
cd coding-drills
docker-compose up -d
Access http://localhost:8000/docs
on your browser, and click /images/pull
-> Try it out
-> Execute
.
Or execute the following script:
curl http://localhost:8000/images/pull -X PATCH
This request returns null
. It will take some time.
つながらない方は Docker machine の IP でアクセスするか、ポートフォワードの設定をしてみてください。
Access http://localhost/
on your browser, and write code (Python), run!
docker-compose down --remove-orphans