Added debug and docker-args arguments (#361)

This commit is contained in:
Bart Derudder 2022-11-08 14:40:36 +01:00 committed by GitHub
parent eec82a85a3
commit c9e7bc0774
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,6 +144,8 @@ The Task must be connected to a git repository, since currently single script de
| Command line options | Description | Default value | | Command line options | Description | Default value |
|-----|---|---| |-----|---|---|
| `--debug ` | Increase verbosity of logging | `none` |
| `--docker-args ` | Add additional arguments for the docker image to use in the interactive session | `none` or the previously used docker-args |
| `--jupyter-lab` | Download a JupyterLab environment | `true` | | `--jupyter-lab` | Download a JupyterLab environment | `true` |
| `--vscode-server` | Download a VSCode environment | `true` | | `--vscode-server` | Download a VSCode environment | `true` |
| `--public-ip` | Register the public IP of the remote machine (if you are running the session on a public cloud) | Session runs on the machine whose agent is executing the session| | `--public-ip` | Register the public IP of the remote machine (if you are running the session on a public cloud) | Session runs on the machine whose agent is executing the session|