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
+57-26Lines changed: 57 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,8 @@
4
4
5
5
## Introduction
6
6
7
-
Docker4Python is a set of docker images optimized for Python applications (suitable for Django). Use `compose.yml` file from the [latest stable release](https://github.com/wodby/docker4python/releases) to spin up local environment on Linux, Mac OS X and Windows.
7
+
Docker4Python is a set of docker images optimized for Python applications (suitable for Django). Use
8
+
`compose.yml` file from the [latest stable release](https://github.com/wodby/docker4python/releases) to spin up local environment on Linux, Mac OS X and Windows.
8
9
9
10
- Read the docs on [**how to use**](https://wodby.com/docs/stacks/python/local#usage)
10
11
- Ask questions on [Discord](http://discord.wodby.com/)
@@ -15,25 +16,25 @@ Docker4Python is a set of docker images optimized for Python applications (suita
15
16
16
17
The Python stack consist of the following containers:
17
18
18
-
| Container | Versions | Image | ARM64 support | Enabled by default |
@@ -43,9 +44,14 @@ Full documentation is available at https://wodby.com/docs/stacks/python/local
43
44
44
45
Images tags format is `[VERSION]-[STABILITY_TAG]` where:
45
46
46
-
`[VERSION]` is the _version of an application_ (without patch version) running in a container, e.g. `wodby/nginx:1.15-x.x.x` where Nginx version is `1.15` and `x.x.x` is a stability tag. For some images we include both major and minor version like Python `2.5`, for others we include only major like Valkey `7`.
47
+
`[VERSION]` is the _version of an application_ (without patch version) running in a container, e.g.
48
+
`wodby/nginx:1.15-x.x.x` where Nginx version is `1.15` and
49
+
`x.x.x` is a stability tag. For some images we include both major and minor version like Python
50
+
`2.5`, for others we include only major like Valkey `7`.
47
51
48
-
`[STABILITY_TAG]` is the _version of an image_ that corresponds to a git tag of the image repository, e.g. `wodby/mariadb:10.2-3.3.8` has MariaDB `10.2` and stability tag [`3.3.8`](https://github.com/wodby/mariadb/releases/tag/3.3.8). New stability tags include patch updates for applications and image's fixes/improvements (new env vars, orchestration actions fixes, etc). Stability tag changes described in the corresponding a git tag description. Stability tags follow [semantic versioning](https://semver.org/).
52
+
`[STABILITY_TAG]` is the _version of an image_ that corresponds to a git tag of the image repository, e.g.
53
+
`wodby/mariadb:10.2-3.3.8` has MariaDB `10.2` and stability tag [
54
+
`3.3.8`](https://github.com/wodby/mariadb/releases/tag/3.3.8). New stability tags include patch updates for applications and image's fixes/improvements (new env vars, orchestration actions fixes, etc). Stability tag changes described in the corresponding a git tag description. Stability tags follow [semantic versioning](https://semver.org/).
49
55
50
56
We highly encourage to use images only with stability tags.
51
57
@@ -64,35 +70,60 @@ We regularly update images used in this stack and release them together, see [re
64
70
65
71
This project is licensed under the MIT open source license.
0 commit comments