We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0532f5c commit b853e9aCopy full SHA for b853e9a
docs/DOCKER.md
@@ -37,6 +37,17 @@ do not update your container for more than 12 months; else leave as `None`. See
37
Note: Reconfiguration can be achieved by accessing the docker container through bash. See below for entry and the
38
VariantValidator [manual](https://github.com/openvar/variantValidator/blob/master/docs/MANUAL.md) for details
39
40
+- Edit the `vdb_docker.df` file
41
+
42
+You need to select your chip set e.g. Arm or Intel and remove the relevant hash. Default is intel
43
44
+```
45
+# For Arm chips e.g. Apple M1
46
+# FROM biarms/mysql:5.7
47
48
+# For Intel chips
49
+FROM mysql:5.7
50
51
52
## Build the container
53
0 commit comments