We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 122e341 commit 75d7fb8Copy full SHA for 75d7fb8
1 file changed
README.md
@@ -25,6 +25,11 @@ installed (amongst others): -
25
Dev-Container expects this. This is where we put all our kubernetes cluster
26
config files and it wil lbe mounted into the DevContainer as `/k8s-config`.
27
28
+A **postCreateCommand** is used to fix volume permissions of the command-history
29
+file when you first start the dev-container. This allows command history to
30
+persist between containers. You'll see a few messages ending with
31
+**Done. Press any key to close the terminal.**. Hit any key and you'll be *good-to-go*.
32
+
33
> Separate branches of this repository will be maintained
34
for each active Major/Minor Python version used in our Projects.
35
So you'll find a 3.13 branch for our Python 3.13 projects.
0 commit comments