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
- Host: GitHub
- URL: https://github.com/273do/podman-flask
- Owner: 273Do
- Created: 2025-03-21T13:55:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-22T14:51:04.000Z (about 1 year ago)
- Last Synced: 2025-04-25T19:09:56.339Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 操作も可能