You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,25 +15,27 @@ Simply run with `python run.py` the script should start the app, and set Flask l
15
15
Go to `http://localhost:5000` to view the app.
16
16
17
17
## Running as Docker Container
18
-
The image is publicly available on [Dockerhub here](https://hub.docker.com/r/bencuk/python-demoapp/) so running it in Docker is simple `docker run -d -p 5000:5000 bencuk/python-demoapp`
18
+
The image is publicly available on [GitHub Container Registry](https://hub.docker.com/r/bencuk/python-demoapp/) so running it in Docker is simple `docker run --rm -it -p 5000:5000 ghcr.io/benc-uk/python-demoapp`
19
19
20
20
The container runs on Debian Linux and is configured to use the latest version of Python (3.6.2 at the time of writing)
21
21
22
-
If you want to deploy to an Azure Container Instance, a working template & quick deploy button is provided in the [azure deploy directory](azure-deploy/)
23
-
24
22
25
23
# GitHub Actions CI/CD
26
-
A working CI and release GitHub Actions workflow is provided `.github/workflows/build-deploy-aks.yml`, automated builds are run in GitHub hosted runners
24
+
A working set of CI and CD release GitHub Actions workflows are provided `.github/workflows/`, automated builds are run in GitHub hosted runners
If you want to deploy to an Azure Web App for Containers (aka Linux Web App), a template is provided in the [azure deploy directory](azure-deploy/)
38
+
If you want to deploy to an Azure Web App as a container (aka Linux Web App), a Bicep template is provided in the [infrastructure as code](infra/) directory
0 commit comments