You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: gitbook/admin.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ yum install golang
48
48
49
49
#### Importing the Docker Container
50
50
If your system is not supported you can still use orchent through a lightweight Docker container.
51
-
Download the container in the release sectionand import it using the `docker load` command:
51
+
Download the container in the [release section](https://github.com/indigo-dc/orchent/releases) (choose the latest stable version) and import it using the `docker load` command, e.g.:
--help Show context-sensitive help (also try --help-long and --help-man).
146
-
--version Show application version.
147
-
-u, --url=URL the base url of the orchestrator rest interface. Alternative the environment
148
-
variable 'ORCHENT_URL' can be used: 'export ORCHENT_URL=<the_url>'
149
-
--callback="" the callback url
145
+
--help Show context-sensitive help (also try --help-long and --help-man).
146
+
--version Show application version.
147
+
-u, --url=URL the base url of the orchestrator rest interface. Alternative the environment variable 'ORCHENT_URL' can be used: 'export ORCHENT_URL=<the_url>'
148
+
--callback="" the callback url
149
+
--maxProvidersRetry=MAXPROVIDERSRETRY
150
+
Maximum number of cloud providers to be used in case of failure (Default: UNBOUNDED).
151
+
--keepLastAttempt=true In case of failure, keep the resources allocated in the last try (Default: true).
0 commit comments