Skip to content

Commit 1e8962d

Browse files
Updated documentation
1 parent 0eee478 commit 1e8962d

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

gitbook/admin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ yum install golang
4848

4949
#### Importing the Docker Container
5050
If your system is not supported you can still use orchent through a lightweight Docker container.
51-
Download the container in the release section and 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.:
5252
```
5353
docker load --input orchent_container_1.0.4.tar
5454
```

gitbook/user.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,13 @@ usage: orchent depcreate [<flags>] <template> <parameter>
142142
create a new deployment
143143
144144
Flags:
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
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).
150152
151153
Args:
152154
<template> the tosca template file

0 commit comments

Comments
 (0)