diff --git a/docs/using/specifics.md b/docs/using/specifics.md index 90770038..17046898 100644 --- a/docs/using/specifics.md +++ b/docs/using/specifics.md @@ -162,6 +162,7 @@ Connection to Spark Cluster on **[Standalone Mode](https://spark.apache.org/docs 2. Run the Docker container with `--net=host` in a location that is network addressable by all of your Spark workers. (This is a [Spark networking requirement](https://spark.apache.org/docs/latest/cluster-overview.html#components).) + ```{note} When using `--net=host`, you must also use the flags `--pid=host -e TINI_SUBREAPER=true`. See for details._ ```