An open API service indexing awesome lists of open source software.

https://github.com/273do/podman-flask

Podman practice with flask
https://github.com/273do/podman-flask

Last synced: about 1 year ago
JSON representation

Podman practice with flask

Awesome Lists containing this project

README

          

### 実行順序

1. イメージをビルド

```python
podman build -t flask-test .
```

2. コンテナを実行

```python
podman run -d --name flask-app -p 5000:5000 flask-test
```

- Podman Desktop で GUI 操作も可能