Sign inSign up

iganarix/code-labo-python

By iganarix

Updated about 5 years ago

Image
0

877

iganarix/code-labo-python repository overview

Code Labo Python

概要

Flask を使ったサンプル Web コンテナ

使いかた

docker run \
  --rm \
  -p 8080:5000 \
  --name code-labo-python \
  iganarix/code-labo-python
  • Web ブラウザから確認

http://0.0.0.0:8080

http://0.0.0.0:8080/healthz

http://0.0.0.0:8080/hogehoge

Tag summary

Content type

Image

Digest

Size

328.3 MB

Last updated

about 5 years ago

docker pull iganarix/code-labo-python