From 29b108549deb672ebcb17fc277711012ed657c66 Mon Sep 17 00:00:00 2001 From: alnoam Date: Thu, 20 Jan 2022 13:52:54 +0200 Subject: [PATCH] Fix erroneous invocation description --- docs/apps/clearml_session.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apps/clearml_session.md b/docs/apps/clearml_session.md index 372e175e..1adf00a4 100644 --- a/docs/apps/clearml_session.md +++ b/docs/apps/clearml_session.md @@ -149,7 +149,7 @@ The Task must be connected to a git repository, since currently single script de | `--disable-keepalive` | Disable transparent proxy that keep sockets alive to maintain the connection to the remote resource | `false` | | `--queue-excluded-tag` | The queue option list will exclude queues with specified tags. See the `tags` parameter in the [queues.create](../references/api/queues.md#post-queuescreate) API call | `none` | | `--queue-include-tag` | The queue option list will include only queues with specified tags. See the `tags` parameter in the [queues.create](../references/api/queues.md#post-queuescreate) API call | `none` | -| `--skip-docker-network` | Pass the `--network host` flag to the Docker that is launching the remote session. See [Networking using the host network](https://docs.docker.com/network/network-tutorial-host/) | `false`| +| `--skip-docker-network` | Don't pass the `--network host` flag to the Docker that is launching the remote session. See [Networking using the host network](https://docs.docker.com/network/network-tutorial-host/) | `false`| | `--username`| Set your own SSH username for the interactive session | `root` or a previously used username | | `--password`| Set your own SSH password for the interactive session | A randomly generated password or a previously used one |