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
- The first time you do this, it will complete the build process, for example, populating the required the databases
67
79
- The build takes a while because the vv databases are large. However, this is a significant improvement on previou
68
80
s versions. Build time is ~30 minutes (depending on the speed of you computer and internet connection)
69
-
- The build has completed when you see the message ***"naming to docker.io/library/rest_variantvalidator_restvv"***
81
+
- The build has completed when you see the message ***"Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them"***
70
82
71
83
```bash
72
84
# If you have previously installed this software you will need to remove old SeqRepo databases
@@ -216,6 +228,7 @@ $ exit
216
228
- Note: Under the terms and conditions of our [license](https://github.com/openvar/rest_variantValidator/blob/master/LICENSE.txt) changes to the code and improvements must be made available to the community so that we can integrate them for the good of all our users
217
229
- See instructions on VariantValidator development in Docker
218
230
231
+
3. For other commands that you can run using bash, see the [VariantValidator DOCKER.md](https://github.com/openvar/variantValidator/blob/master/docs/DOCKER.md)
219
232
220
233
## Developing VariantValidator in Docker
221
234
The container has been configured with git installed. This means that you can clone Repos directly into the container
0 commit comments