Explorar el Código

Add warning againt the use of bind mounts (#2681)

* Add warning againt the use of bind mounts

Discuss thread here: https://discuss.sonarsource.com/t/docker-volume-for-the-extension-folder/4476

* Update install-server.md

Apply @MikeBirnstiehl suggested simpler and clearer phrasing
tags/8.3.0.34182
sylvain-combe-sonarsource hace 4 años
padre
commit
ab6328a769
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      server/sonar-docs/src/pages/setup/install-server.md

+ 2
- 0
server/sonar-docs/src/pages/setup/install-server.md Ver fichero

@@ -162,6 +162,8 @@ Follow these steps for your first installation:
$> docker volume create --name sonarqube_extensions
$> docker volume create --name sonarqube_logs
```
[[warning]]
| Make sure you're using [volumes](https://docs.docker.com/storage/volumes/) as shown with the above commands, and not [bind mounts](https://docs.docker.com/storage/bind-mounts/). Using bind mounts prevents plugins and languages from populating correctly.

2. Drivers for supported databases (except Oracle) are already provided. If you're using an Oracle database, you need to add the JDBC driver to the `sonar_extensions` volume. To do this:


Cargando…
Cancelar
Guardar