Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
maricaantonacci committed Oct 16, 2018
1 parent 0eee478 commit 1e8962d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gitbook/admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ yum install golang

#### Importing the Docker Container
If your system is not supported you can still use orchent through a lightweight Docker container.
Download the container in the release section and import it using the `docker load` command:
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.:
```
docker load --input orchent_container_1.0.4.tar
```
Expand Down
12 changes: 7 additions & 5 deletions gitbook/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,13 @@ usage: orchent depcreate [<flags>] <template> <parameter>
create a new deployment
Flags:
--help Show context-sensitive help (also try --help-long and --help-man).
--version Show application version.
-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>'
--callback="" the callback url
--help Show context-sensitive help (also try --help-long and --help-man).
--version Show application version.
-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>'
--callback="" the callback url
--maxProvidersRetry=MAXPROVIDERSRETRY
Maximum number of cloud providers to be used in case of failure (Default: UNBOUNDED).
--keepLastAttempt=true In case of failure, keep the resources allocated in the last try (Default: true).
Args:
<template> the tosca template file
Expand Down

0 comments on commit 1e8962d

Please sign in to comment.