Update links authored by Federico Izzo's avatar Federico Izzo
......@@ -31,7 +31,7 @@ If you plan to only read and not modify the data folder you can mount/map the di
```
This suffix prevents Docker to write inside that directory.
This type of volume is supported with the [configuration file](https://gitlab.fbk.eu/dsip/templates/dl_setup/-/wikis/Configuration-file)
This type of volume is supported with the [configuration file](Configuration-file)
## Network sharing
In order to be able to communicate through a socket, you can specify one or more ports that will be used to establish network communication.
......@@ -41,9 +41,9 @@ For example, you have a database inside a container hosted on port 65432 and you
```
After that the host port number 8765 is like container port 65432 and the container port 65432 is like host port 8765.
This option is supported with the [configuration file](https://gitlab.fbk.eu/dsip/templates/dl_setup/-/wikis/Configuration-file)
This option is supported with the [configuration file](Configuration-file)
## Interactive shell
By default, Docker container can't receive input from the keyboard when launched. If you want to interact with it you can use `-it` option.
This option is supported with the [configuration file](https://gitlab.fbk.eu/dsip/templates/dl_setup/-/wikis/Configuration-file)
\ No newline at end of file
This option is supported with the [configuration file](Configuration-file)
\ No newline at end of file