Skip to content

Commit b853e9a

Browse files
e05374pce05374pc
authored andcommitted
Update docker.md with arm/intel instructions
1 parent 0532f5c commit b853e9a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/DOCKER.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,17 @@ do not update your container for more than 12 months; else leave as `None`. See
3737
Note: Reconfiguration can be achieved by accessing the docker container through bash. See below for entry and the
3838
VariantValidator [manual](https://github.com/openvar/variantValidator/blob/master/docs/MANUAL.md) for details
3939

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+
```
4051

4152
## Build the container
4253

0 commit comments

Comments
 (0)