Skip to content

Commit

Permalink
set version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas Wegh committed Mar 20, 2017
1 parent b72e7a3 commit 9508092
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ For more information and more examples please see the [documentation](https://in
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:
```
docker load --input orchent_container_1.0.0.tar
docker load --input orchent_container_1.0.3.tar
```

After loading the container you can use it to run orchent:
```
docker run orchent:1.0.0 --version
docker run orchent:1.0.0 --help
docker run orchent:1.0.3 --version
docker run orchent:1.0.3 --help
```

For information on how to pass environment settings to the docker see
Expand Down
6 changes: 3 additions & 3 deletions gitbook/admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ yum install golang
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:
```
docker load --input orchent_container_1.0.0.tar
docker load --input orchent_container_1.0.3.tar
```

After loading the container you can use it to run orchent:
```
docker run orchent:1.0.0 --version
docker run orchent:1.0.0 --help
docker run orchent:1.0.3 --version
docker run orchent:1.0.3 --help
```

For information on how to pass environment settings to the docker see
Expand Down

0 comments on commit 9508092

Please sign in to comment.